Html Css Color HEX #55BDA2 Puerto Rico

📋 copy color: '#55BDA2'

red 85 ◦ green 189 ◦ blue 162

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

Shades of Puerto Rico #55BDA2

Tints of Puerto Rico #55BDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 19.5%
G = 43.35%
B = 37.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#55BDA2 (or 0x55BDA2) is known color: Puerto Rico. HEX triplet: 55, BD and A2. RGB value is (85,189,162). Sum of RGB (Red+Green+Blue) = 85+189+162=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #55BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BDA2 is #AA425D. Grayscale: #9A9A9A. Windows color (decimal): -11158110 or 10665301. OLE color: 10665301.

HSL color Cylindrical-coordinate representation of color #55BDA2: hue angle of 164.42º degrees, saturation: 0.44, 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 #55BDA2 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 162 -
CMYK 0.55 0 0.14 0.26
HSL 164.42º 0.44% 0.54% -
HSV(B) 164.42º 0.55% 0.74% -
XYZ 28.47 40.94 40.58 -
YUV 154.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 85 189 162 0.55 0 0.14 0.26 164.42 0.44 0.54
Hex 55 BD A2 37 0 E 1A A4 2C 36
Octal 125 275 242 67 0 16 32 244 54 66
Binary 1010101 10111101 10100010 110111 0 1110 11010 10100100 101100 110110

Color Harmonies of #55BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BDA2

Black with #55BDA2

Text Example


Text Example

White with #55BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,189,162); }

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

background-color css

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

 a { background-color: rgb(85,189,162); }

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

border-color css

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

 span { border-color: rgb(85,189,162); }

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