Html Css Color HEX #55BEA2 Puerto Rico

📋 copy color: '#55BEA2'

red 85 ◦ green 190 ◦ blue 162

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

Shades of Puerto Rico #55BEA2

Tints of Puerto Rico #55BEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.48%

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

R = 19.45%
G = 43.48%
B = 37.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#55BEA2 (or 0x55BEA2) is known color: Puerto Rico. HEX triplet: 55, BE and A2. RGB value is (85,190,162). Sum of RGB (Red+Green+Blue) = 85+190+162=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #55BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BEA2 is #AA415D. Grayscale: #9B9B9B. Windows color (decimal): -11157854 or 10665557. OLE color: 10665557.

HSL color Cylindrical-coordinate representation of color #55BEA2: hue angle of 164º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BEA2 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 190 162 -
CMYK 0.55 0 0.15 0.25
HSL 164º 0.45% 0.54% -
HSV(B) 164º 0.55% 0.75% -
XYZ 28.68 41.37 40.66 -
YUV 155.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 85 190 162 0.55 0 0.15 0.25 164 0.45 0.54
Hex 55 BE A2 37 0 F 19 A4 2D 36
Octal 125 276 242 67 0 17 31 244 55 66
Binary 1010101 10111110 10100010 110111 0 1111 11001 10100100 101101 110110

Color Harmonies of #55BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BEA2

Black with #55BEA2

Text Example


Text Example

White with #55BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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