Html Css Color HEX #55B5AD Puerto Rico

📋 copy color: '#55B5AD'

red 85 ◦ green 181 ◦ blue 173

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

Shades of Puerto Rico #55B5AD

Tints of Puerto Rico #55B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

 BLUE value IS 173 (67.97% from 255) = 39.41%

R = 19.36%
G = 41.23%
B = 39.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#55B5AD (or 0x55B5AD) is known color: Puerto Rico. HEX triplet: 55, B5 and AD. RGB value is (85,181,173). Sum of RGB (Red+Green+Blue) = 85+181+173=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #55B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B5AD is #AA4A52. Grayscale: #979797. Windows color (decimal): -11160147 or 11384149. OLE color: 11384149.

HSL color Cylindrical-coordinate representation of color #55B5AD: hue angle of 175º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B5AD is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 181 173 -
CMYK 0.53 0 0.04 0.29
HSL 175º 0.39% 0.52% -
HSV(B) 175º 0.53% 0.71% -
XYZ 27.81 38 45.4 -
YUV 151.38 140.2 80.65 -
System Red Green Blue C M Y K H S L
Decimal 85 181 173 0.53 0 0.04 0.29 175 0.39 0.52
Hex 55 B5 AD 35 0 4 1D AF 27 34
Octal 125 265 255 65 0 4 35 257 47 64
Binary 1010101 10110101 10101101 110101 0 100 11101 10101111 100111 110100

Color Harmonies of #55B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B5AD

Black with #55B5AD

Text Example


Text Example

White with #55B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,181,173); }

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

background-color css

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

 a { background-color: rgb(85,181,173); }

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

border-color css

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

 span { border-color: rgb(85,181,173); }

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