#61b8a4

Color #61B8A4 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #61B8A4

Tints of Puerto Rico #61B8A4

Color information

#61B8A4 (or 0x61B8A4) is unknown color: approx Puerto Rico. HEX triplet: 61, B8 and A4. RGB value is (97,184,164). Sum of RGB (Red+Green+Blue) = 97+184+164=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #61B8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B8A4 is #9E475B. Grayscale: #9B9B9B. Windows color (decimal): -10372956 or 10795105. OLE color: 10795105.

HSL color Cylindrical-coordinate representation of color #61B8A4: hue angle of 166.21º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B8A4 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB97184164-
CMYK0.4700.110.28
HSL166.21º37.99%55.1%-
HSV(B)166.21º47.28%72.16%-
XYZ28.7739.541.23-
YUV155.71132.6886.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 184 (72.27% from 255) = 41.35%
BLUE value IS 164 (64.45% from 255) = 36.85%
R=21.80%
G=41.35%
B=36.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal971841640.4700.110.28166.2137.9955.1
Hex61B8A42F0B1Ca62637
Octal14127024457013342464667
Binary11000011011100010100100101111010111110010100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61b8a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61b8a4; }

 p { color: rgb(97,184,164); }

 H1.HeaderClassName
 {
   color: #61b8a4;
 }
 .AnyTagClassName
 {
   color: #61b8a4;
 }
</style>
background-color css

<style>
 a { background-color: #61b8a4; }

 a { background-color: rgb(97,184,164); }

 div.DivClassName
 {
   background-color: #61b8a4;
 }
 .BgClassName
 {
   background-color: #61b8a4;
 }
</style>
border-color css

<style>
 span { border-color: #61b8a4; }

 span { border-color: rgb(97,184,164); }

 td.TdClassName
 {
   border-color: #61b8a4;
 }
 .TagClassName
 {
   border-color: #61b8a4;
 }
</style>