Html Css Color HEX #5CB2A9 Puerto Rico

📋 copy color: '#5CB2A9'

red 92 ◦ green 178 ◦ blue 169

#5CB2A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #5CB2A9

Tints of Puerto Rico #5CB2A9

RGB

 RED value IS 92 (36.33% from 255) = 20.96%

 GREEN value IS 178 (69.92% from 255) = 40.55%

 BLUE value IS 169 (66.41% from 255) = 38.5%

R = 20.96%
G = 40.55%
B = 38.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#5CB2A9 (or 0x5CB2A9) is known color: Puerto Rico. HEX triplet: 5C, B2 and A9. RGB value is (92,178,169). Sum of RGB (Red+Green+Blue) = 92+178+169=439 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.96% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB2A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB2A9 is #A34D56. Grayscale: #979797. Windows color (decimal): -10702167 or 11121244. OLE color: 11121244.

HSL color Cylindrical-coordinate representation of color #5CB2A9: hue angle of 173.72º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB2A9 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 92 178 169 -
CMYK 0.48 0 0.05 0.30
HSL 173.72º 0.36% 0.53% -
HSV(B) 173.72º 0.48% 0.7% -
XYZ 27.5 36.98 43.22 -
YUV 151.26 138.01 85.73 -
System Red Green Blue C M Y K H S L
Decimal 92 178 169 0.48 0 0.05 0.30 173.72 0.36 0.53
Hex 5C B2 A9 30 0 5 1E AE 24 35
Octal 134 262 251 60 0 5 36 256 44 65
Binary 1011100 10110010 10101001 110000 0 101 11110 10101110 100100 110101

Color Harmonies of #5CB2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB2A9

Black with #5CB2A9

Text Example


Text Example

White with #5CB2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CB2A9;
 }
 .AnyTagClassName
 {
   color: #5CB2A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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