#5CC3AD

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

Shades of Puerto Rico #5CC3AD

Tints of Puerto Rico #5CC3AD

Color information

#5CC3AD (or 0x5CC3AD) is unknown color: approx Puerto Rico. HEX triplet: 5C, C3 and AD. RGB value is (92,195,173). Sum of RGB (Red+Green+Blue) = 92+195+173=460 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC3AD is #A33C52. Grayscale: #A1A1A1. Windows color (decimal): -10697811 or 11387740. OLE color: 11387740.

HSL color Cylindrical-coordinate representation of color #5CC3AD: hue angle of 167.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC3AD is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB92195173-
CMYK0.5300.110.24
HSL167.18º46.19%56.27%-
HSV(B)167.18º52.82%76.47%-
XYZ31.4744.3246.43-
YUV161.7134.3878.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20%
GREEN value IS 195 (76.56% from 255) = 42.39%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=20%
G=42.39%
B=37.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921951730.5300.110.24167.1846.1956.27
Hex5CC3AD350B18a72e38
Octal13430325565013302475670
Binary10111001100001110101101110101010111100010100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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