#05B99F

Color #05B99F Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #05B99F

Tints of Caribbean Green #05B99F

Color information

#05B99F (or 0x05B99F) is unknown color: approx Caribbean Green. HEX triplet: 05, B9 and 9F. RGB value is (5,185,159). Sum of RGB (Red+Green+Blue) = 5+185+159=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #05B99F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B99F is #FA4660. Grayscale: #808080. Windows color (decimal): -16402017 or 10467589. OLE color: 10467589.

HSL color Cylindrical-coordinate representation of color #05B99F: hue angle of 171.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B99F is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB5185159-
CMYK0.9700.140.27
HSL171.33º94.74%37.25%-
HSV(B)171.33º97.3%72.55%-
XYZ23.6737.2338.74-
YUV128.22145.3740.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.43%
GREEN value IS 185 (72.66% from 255) = 53.01%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=1.43%
G=53.01%
B=45.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51851590.9700.140.27171.3394.7437.25
Hex5B99F610E1Bab5f25
Octal52712371410163325313745
Binary101101110011001111111000010111011011101010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B99F; }

 p { color: rgb(5,185,159); }

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

<style>
 a { background-color: #05B99F; }

 a { background-color: rgb(5,185,159); }

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

<style>
 span { border-color: #05B99F; }

 span { border-color: rgb(5,185,159); }

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