#55BFA4

Color #55BFA4 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #55BFA4

Tints of Puerto Rico #55BFA4

Color information

#55BFA4 (or 0x55BFA4) is unknown color: approx Puerto Rico. HEX triplet: 55, BF and A4. RGB value is (85,191,164). Sum of RGB (Red+Green+Blue) = 85+191+164=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BFA4 is #AA405B. Grayscale: #9C9C9C. Windows color (decimal): -11157596 or 10796885. OLE color: 10796885.

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

Color convert

RGB85191164-
CMYK0.5500.140.25
HSL164.72º45.3%54.12%-
HSV(B)164.72º55.5%74.9%-
XYZ29.0841.8741.67-
YUV156.23132.3877.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=19.32%
G=43.41%
B=37.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911640.5500.140.25164.7245.354.12
Hex55BFA4370E19a52d36
Octal12527724467016312455566
Binary10101011011111110100100110111011101100110100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55BFA4;
 }
 .AnyTagClassName
 {
   color: #55BFA4;
 }
</style>
background-color css

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

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

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

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

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

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