Html Css Color HEX #55C29B Puerto Rico

📋 copy color: '#55C29B'

red 85 ◦ green 194 ◦ blue 155

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

Shades of Puerto Rico #55C29B

Tints of Puerto Rico #55C29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 19.59%
G = 44.7%
B = 35.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#55C29B (or 0x55C29B) is known color: Puerto Rico. HEX triplet: 55, C2 and 9B. RGB value is (85,194,155). Sum of RGB (Red+Green+Blue) = 85+194+155=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #55C29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C29B is #AA3D64. Grayscale: #9D9D9D. Windows color (decimal): -11156837 or 10207829. OLE color: 10207829.

HSL color Cylindrical-coordinate representation of color #55C29B: hue angle of 158.53º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C29B is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 194 155 -
CMYK 0.56 0 0.20 0.24
HSL 158.53º 0.47% 0.55% -
HSV(B) 158.53º 0.56% 0.76% -
XYZ 28.95 42.88 37.76 -
YUV 156.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 85 194 155 0.56 0 0.20 0.24 158.53 0.47 0.55
Hex 55 C2 9B 38 0 14 18 9F 2F 37
Octal 125 302 233 70 0 24 30 237 57 67
Binary 1010101 11000010 10011011 111000 0 10100 11000 10011111 101111 110111

Color Harmonies of #55C29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C29B

Black with #55C29B

Text Example


Text Example

White with #55C29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,194,155); }

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

background-color css

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

 a { background-color: rgb(85,194,155); }

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

border-color css

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

 span { border-color: rgb(85,194,155); }

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