Html Css Color HEX #55BBA2 Puerto Rico

📋 copy color: '#55BBA2'

red 85 ◦ green 187 ◦ blue 162

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

Shades of Puerto Rico #55BBA2

Tints of Puerto Rico #55BBA2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.09%

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

R = 19.59%
G = 43.09%
B = 37.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#55BBA2 (or 0x55BBA2) is known color: Puerto Rico. HEX triplet: 55, BB and A2. RGB value is (85,187,162). Sum of RGB (Red+Green+Blue) = 85+187+162=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #55BBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BBA2 is #AA445D. Grayscale: #999999. Windows color (decimal): -11158622 or 10664789. OLE color: 10664789.

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

Color convert

RGB 85 187 162 -
CMYK 0.55 0 0.13 0.27
HSL 165.29º 0.43% 0.53% -
HSV(B) 165.29º 0.55% 0.73% -
XYZ 28.04 40.08 40.44 -
YUV 153.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 85 187 162 0.55 0 0.13 0.27 165.29 0.43 0.53
Hex 55 BB A2 37 0 D 1B A5 2B 35
Octal 125 273 242 67 0 15 33 245 53 65
Binary 1010101 10111011 10100010 110111 0 1101 11011 10100101 101011 110101

Color Harmonies of #55BBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BBA2

Black with #55BBA2

Text Example


Text Example

White with #55BBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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