Html Css Color HEX #55BFA6 Puerto Rico

📋 copy color: '#55BFA6'

red 85 ◦ green 191 ◦ blue 166

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

Shades of Puerto Rico #55BFA6

Tints of Puerto Rico #55BFA6

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

 BLUE value IS 166 (65.23% from 255) = 37.56%

R = 19.23%
G = 43.21%
B = 37.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#55BFA6 (or 0x55BFA6) is known color: Puerto Rico. HEX triplet: 55, BF and A6. RGB value is (85,191,166). Sum of RGB (Red+Green+Blue) = 85+191+166=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BFA6 is #AA4059. Grayscale: #9C9C9C. Windows color (decimal): -11157594 or 10927957. OLE color: 10927957.

HSL color Cylindrical-coordinate representation of color #55BFA6: hue angle of 165.85º 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 #55BFA6 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 191 166 -
CMYK 0.55 0 0.13 0.25
HSL 165.85º 0.45% 0.54% -
HSV(B) 165.85º 0.55% 0.75% -
XYZ 29.26 41.95 42.63 -
YUV 156.46 133.38 77.03 -
System Red Green Blue C M Y K H S L
Decimal 85 191 166 0.55 0 0.13 0.25 165.85 0.45 0.54
Hex 55 BF A6 37 0 D 19 A6 2D 36
Octal 125 277 246 67 0 15 31 246 55 66
Binary 1010101 10111111 10100110 110111 0 1101 11001 10100110 101101 110110

Color Harmonies of #55BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BFA6

Black with #55BFA6

Text Example


Text Example

White with #55BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,191,166); }

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

background-color css

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

 a { background-color: rgb(85,191,166); }

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

border-color css

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

 span { border-color: rgb(85,191,166); }

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