Html Css Color HEX #55B99E Puerto Rico

📋 copy color: '#55B99E'

red 85 ◦ green 185 ◦ blue 158

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

Shades of Puerto Rico #55B99E

Tints of Puerto Rico #55B99E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 19.86%
G = 43.22%
B = 36.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#55B99E (or 0x55B99E) is known color: Puerto Rico. HEX triplet: 55, B9 and 9E. RGB value is (85,185,158). Sum of RGB (Red+Green+Blue) = 85+185+158=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #55B99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B99E is #AA4661. Grayscale: #989898. Windows color (decimal): -11159138 or 10402133. OLE color: 10402133.

HSL color Cylindrical-coordinate representation of color #55B99E: hue angle of 163.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B99E is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 185 158 -
CMYK 0.54 0 0.15 0.27
HSL 163.8º 0.42% 0.53% -
HSV(B) 163.8º 0.54% 0.73% -
XYZ 27.27 39.1 38.46 -
YUV 152.02 131.37 80.2 -
System Red Green Blue C M Y K H S L
Decimal 85 185 158 0.54 0 0.15 0.27 163.8 0.42 0.53
Hex 55 B9 9E 36 0 F 1B A4 2A 35
Octal 125 271 236 66 0 17 33 244 52 65
Binary 1010101 10111001 10011110 110110 0 1111 11011 10100100 101010 110101

Color Harmonies of #55B99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B99E

Black with #55B99E

Text Example


Text Example

White with #55B99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,185,158); }

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

background-color css

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

 a { background-color: rgb(85,185,158); }

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

border-color css

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

 span { border-color: rgb(85,185,158); }

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