Html Css Color HEX #55BC9E Puerto Rico

📋 copy color: '#55BC9E'

red 85 ◦ green 188 ◦ blue 158

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

Shades of Puerto Rico #55BC9E

Tints of Puerto Rico #55BC9E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

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

R = 19.72%
G = 43.62%
B = 36.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#55BC9E (or 0x55BC9E) is known color: Puerto Rico. HEX triplet: 55, BC and 9E. RGB value is (85,188,158). Sum of RGB (Red+Green+Blue) = 85+188+158=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC9E is #AA4361. Grayscale: #999999. Windows color (decimal): -11158370 or 10402901. OLE color: 10402901.

HSL color Cylindrical-coordinate representation of color #55BC9E: hue angle of 162.52º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC9E is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 158 -
CMYK 0.55 0 0.16 0.26
HSL 162.52º 0.43% 0.54% -
HSV(B) 162.52º 0.55% 0.74% -
XYZ 27.9 40.37 38.67 -
YUV 153.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 85 188 158 0.55 0 0.16 0.26 162.52 0.43 0.54
Hex 55 BC 9E 37 0 10 1A A3 2B 36
Octal 125 274 236 67 0 20 32 243 53 66
Binary 1010101 10111100 10011110 110111 0 10000 11010 10100011 101011 110110

Color Harmonies of #55BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC9E

Black with #55BC9E

Text Example


Text Example

White with #55BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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