#61B8AD

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

Shades of Puerto Rico #61B8AD

Tints of Puerto Rico #61B8AD

Color information

#61B8AD (or 0x61B8AD) is unknown color: approx Puerto Rico. HEX triplet: 61, B8 and AD. RGB value is (97,184,173). Sum of RGB (Red+Green+Blue) = 97+184+173=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #61B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B8AD is #9E4752. Grayscale: #9C9C9C. Windows color (decimal): -10372947 or 11384929. OLE color: 11384929.

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

Color convert

RGB97184173-
CMYK0.4700.060.28
HSL172.41º37.99%55.1%-
HSV(B)172.41º47.28%72.16%-
XYZ29.6139.8445.66-
YUV156.73137.1885.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.37%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=21.37%
G=40.53%
B=38.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal971841730.4700.060.28172.4137.9955.1
Hex61B8AD2F061Cac2637
Octal1412702555706342544667
Binary1100001101110001010110110111101101110010101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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