#61B8AB

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

Shades of Puerto Rico #61B8AB

Tints of Puerto Rico #61B8AB

Color information

#61B8AB (or 0x61B8AB) is unknown color: approx Puerto Rico. HEX triplet: 61, B8 and AB. RGB value is (97,184,171). Sum of RGB (Red+Green+Blue) = 97+184+171=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #61B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B8AB is #9E4754. Grayscale: #9C9C9C. Windows color (decimal): -10372949 or 11253857. OLE color: 11253857.

HSL color Cylindrical-coordinate representation of color #61B8AB: hue angle of 171.03º 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 #61B8AB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB97184171-
CMYK0.4700.070.28
HSL171.03º37.99%55.1%-
HSV(B)171.03º47.28%72.16%-
XYZ29.4239.7644.65-
YUV156.5136.1885.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.46%
GREEN value IS 184 (72.27% from 255) = 40.71%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=21.46%
G=40.71%
B=37.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal971841710.4700.070.28171.0337.9955.1
Hex61B8AB2F071Cab2637
Octal1412702535707342534667
Binary1100001101110001010101110111101111110010101011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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