#5CC0AD

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

Shades of Puerto Rico #5CC0AD

Tints of Puerto Rico #5CC0AD

Color information

#5CC0AD (or 0x5CC0AD) is unknown color: approx Puerto Rico. HEX triplet: 5C, C0 and AD. RGB value is (92,192,173). Sum of RGB (Red+Green+Blue) = 92+192+173=457 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.13% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC0AD is #A33F52. Grayscale: #9F9F9F. Windows color (decimal): -10698579 or 11386972. OLE color: 11386972.

HSL color Cylindrical-coordinate representation of color #5CC0AD: hue angle of 168.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC0AD is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB92192173-
CMYK0.5200.100.25
HSL168.6º44.25%55.69%-
HSV(B)168.6º52.08%75.29%-
XYZ30.8142.9946.21-
YUV159.93135.3779.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.13%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=20.13%
G=42.01%
B=37.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921921730.5200.100.25168.644.2555.69
Hex5CC0AD340A19a92c38
Octal13430025564012312515470
Binary10111001100000010101101110100010101100110101001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CC0AD; }

 p { color: rgb(92,192,173); }

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

<style>
 a { background-color: #5CC0AD; }

 a { background-color: rgb(92,192,173); }

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

<style>
 span { border-color: #5CC0AD; }

 span { border-color: rgb(92,192,173); }

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