Html Css Color HEX #55C89B Puerto Rico

📋 copy color: '#55C89B'

red 85 ◦ green 200 ◦ blue 155

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

Shades of Puerto Rico #55C89B

Tints of Puerto Rico #55C89B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.45%

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

R = 19.32%
G = 45.45%
B = 35.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#55C89B (or 0x55C89B) is known color: Puerto Rico. HEX triplet: 55, C8 and 9B. RGB value is (85,200,155). Sum of RGB (Red+Green+Blue) = 85+200+155=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #55C89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C89B is #AA3764. Grayscale: #A0A0A0. Windows color (decimal): -11155301 or 10209365. OLE color: 10209365.

HSL color Cylindrical-coordinate representation of color #55C89B: hue angle of 156.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C89B is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 200 155 -
CMYK 0.58 0 0.22 0.22
HSL 156.52º 0.51% 0.56% -
HSV(B) 156.52º 0.58% 0.78% -
XYZ 30.32 45.61 38.22 -
YUV 160.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 85 200 155 0.58 0 0.22 0.22 156.52 0.51 0.56
Hex 55 C8 9B 3A 0 16 16 9D 33 38
Octal 125 310 233 72 0 26 26 235 63 70
Binary 1010101 11001000 10011011 111010 0 10110 10110 10011101 110011 111000

Color Harmonies of #55C89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C89B

Black with #55C89B

Text Example


Text Example

White with #55C89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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