Html Css Color HEX #55C0A0 Puerto Rico

📋 copy color: '#55C0A0'

red 85 ◦ green 192 ◦ blue 160

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

Shades of Puerto Rico #55C0A0

Tints of Puerto Rico #55C0A0

RGB

 RED value IS 85 (33.59% from 255) = 19.45%

 GREEN value IS 192 (75.39% from 255) = 43.94%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 19.45%
G = 43.94%
B = 36.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#55C0A0 (or 0x55C0A0) is known color: Puerto Rico. HEX triplet: 55, C0 and A0. RGB value is (85,192,160). Sum of RGB (Red+Green+Blue) = 85+192+160=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C0A0 is #AA3F5F. Grayscale: #9C9C9C. Windows color (decimal): -11157344 or 10534997. OLE color: 10534997.

HSL color Cylindrical-coordinate representation of color #55C0A0: hue angle of 162.06º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C0A0 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 160 -
CMYK 0.56 0 0.17 0.25
HSL 162.06º 0.46% 0.54% -
HSV(B) 162.06º 0.56% 0.75% -
XYZ 28.94 42.17 39.87 -
YUV 156.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 85 192 160 0.56 0 0.17 0.25 162.06 0.46 0.54
Hex 55 C0 A0 38 0 11 19 A2 2E 36
Octal 125 300 240 70 0 21 31 242 56 66
Binary 1010101 11000000 10100000 111000 0 10001 11001 10100010 101110 110110

Color Harmonies of #55C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C0A0

Black with #55C0A0

Text Example


Text Example

White with #55C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C0A0; }

 p { color: rgb(85,192,160); }

 H1.HeaderClassName
 {
   color: #55C0A0;
 }
 .AnyTagClassName
 {
   color: #55C0A0;
 }
</style>

background-color css

<style>
 a { background-color: #55C0A0; }

 a { background-color: rgb(85,192,160); }

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

border-color css

<style>
 span { border-color: #55C0A0; }

 span { border-color: rgb(85,192,160); }

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