#5CBEA9

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

Shades of Puerto Rico #5CBEA9

Tints of Puerto Rico #5CBEA9

Color information

#5CBEA9 (or 0x5CBEA9) is unknown color: approx Puerto Rico. HEX triplet: 5C, BE and A9. RGB value is (92,190,169). Sum of RGB (Red+Green+Blue) = 92+190+169=451 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.40% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBEA9 is #A34156. Grayscale: #9E9E9E. Windows color (decimal): -10699095 or 11124316. OLE color: 11124316.

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

Color convert

RGB92190169-
CMYK0.5200.110.25
HSL167.14º42.98%55.29%-
HSV(B)167.14º51.58%74.51%-
XYZ29.9941.9744.06-
YUV158.3134.0380.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.40%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 169 (66.41% from 255) = 37.47%
R=20.40%
G=42.13%
B=37.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921901690.5200.110.25167.1442.9855.29
Hex5CBEA9340B19a72b37
Octal13427625164013312475367
Binary10111001011111010101001110100010111100110100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,190,169); }

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

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

 a { background-color: rgb(92,190,169); }

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

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

 span { border-color: rgb(92,190,169); }

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