#5CBCA3

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

Shades of Puerto Rico #5CBCA3

Tints of Puerto Rico #5CBCA3

Color information

#5CBCA3 (or 0x5CBCA3) is unknown color: approx Puerto Rico. HEX triplet: 5C, BC and A3. RGB value is (92,188,163). Sum of RGB (Red+Green+Blue) = 92+188+163=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBCA3 is #A3435C. Grayscale: #9C9C9C. Windows color (decimal): -10699613 or 10730588. OLE color: 10730588.

HSL color Cylindrical-coordinate representation of color #5CBCA3: hue angle of 164.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBCA3 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB92188163-
CMYK0.5100.130.26
HSL164.38º41.74%54.9%-
HSV(B)164.38º51.06%73.73%-
XYZ29.0140.8941.01-
YUV156.45131.782.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.77%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 163 (64.06% from 255) = 36.79%
R=20.77%
G=42.44%
B=36.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921881630.5100.130.26164.3841.7454.9
Hex5CBCA3330D1Aa42a37
Octal13427424363015322445267
Binary10111001011110010100011110011011011101010100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,188,163); }

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

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

 a { background-color: rgb(92,188,163); }

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

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

 span { border-color: rgb(92,188,163); }

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