Html Css Color HEX #55B29D Puerto Rico

📋 copy color: '#55B29D'

red 85 ◦ green 178 ◦ blue 157

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

Shades of Puerto Rico #55B29D

Tints of Puerto Rico #55B29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 20.24%
G = 42.38%
B = 37.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#55B29D (or 0x55B29D) is known color: Puerto Rico. HEX triplet: 55, B2 and 9D. RGB value is (85,178,157). Sum of RGB (Red+Green+Blue) = 85+178+157=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #55B29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B29D is #AA4D62. Grayscale: #939393. Windows color (decimal): -11160931 or 10334805. OLE color: 10334805.

HSL color Cylindrical-coordinate representation of color #55B29D: hue angle of 166.45º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B29D is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 178 157 -
CMYK 0.52 0 0.12 0.30
HSL 166.45º 0.38% 0.52% -
HSV(B) 166.45º 0.52% 0.7% -
XYZ 25.75 36.21 37.53 -
YUV 147.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 85 178 157 0.52 0 0.12 0.30 166.45 0.38 0.52
Hex 55 B2 9D 34 0 C 1E A6 26 34
Octal 125 262 235 64 0 14 36 246 46 64
Binary 1010101 10110010 10011101 110100 0 1100 11110 10100110 100110 110100

Color Harmonies of #55B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B29D

Black with #55B29D

Text Example


Text Example

White with #55B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,178,157); }

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

background-color css

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

 a { background-color: rgb(85,178,157); }

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

border-color css

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

 span { border-color: rgb(85,178,157); }

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