Html Css Color HEX #55B9AF Puerto Rico

📋 copy color: '#55B9AF'

red 85 ◦ green 185 ◦ blue 175

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

Shades of Puerto Rico #55B9AF

Tints of Puerto Rico #55B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

 BLUE value IS 175 (68.75% from 255) = 39.33%

R = 19.1%
G = 41.57%
B = 39.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#55B9AF (or 0x55B9AF) is known color: Puerto Rico. HEX triplet: 55, B9 and AF. RGB value is (85,185,175). Sum of RGB (Red+Green+Blue) = 85+185+175=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #55B9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B9AF is #AA4650. Grayscale: #999999. Windows color (decimal): -11159121 or 11516245. OLE color: 11516245.

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

Color convert

RGB 85 185 175 -
CMYK 0.54 0 0.05 0.27
HSL 174º 0.42% 0.53% -
HSV(B) 174º 0.54% 0.73% -
XYZ 28.83 39.72 46.71 -
YUV 153.96 139.87 78.81 -
System Red Green Blue C M Y K H S L
Decimal 85 185 175 0.54 0 0.05 0.27 174 0.42 0.53
Hex 55 B9 AF 36 0 5 1B AE 2A 35
Octal 125 271 257 66 0 5 33 256 52 65
Binary 1010101 10111001 10101111 110110 0 101 11011 10101110 101010 110101

Color Harmonies of #55B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B9AF

Black with #55B9AF

Text Example


Text Example

White with #55B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,185,175); }

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

background-color css

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

 a { background-color: rgb(85,185,175); }

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

border-color css

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

 span { border-color: rgb(85,185,175); }

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