#61B8AC

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

Shades of Puerto Rico #61B8AC

Tints of Puerto Rico #61B8AC

Color information

#61B8AC (or 0x61B8AC) is unknown color: approx Puerto Rico. HEX triplet: 61, B8 and AC. RGB value is (97,184,172). Sum of RGB (Red+Green+Blue) = 97+184+172=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #61B8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B8AC is #9E4753. Grayscale: #9C9C9C. Windows color (decimal): -10372948 or 11319393. OLE color: 11319393.

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

Color convert

RGB97184172-
CMYK0.4700.070.28
HSL171.72º37.99%55.1%-
HSV(B)171.72º47.28%72.16%-
XYZ29.5239.845.16-
YUV156.62136.6885.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=21.41%
G=40.62%
B=37.97%

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
Decimal971841720.4700.070.28171.7237.9955.1
Hex61B8AC2F071Cac2637
Octal1412702545707342544667
Binary1100001101110001010110010111101111110010101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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