#05B9A0

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

Shades of Caribbean Green #05B9A0

Tints of Caribbean Green #05B9A0

Color information

#05B9A0 (or 0x05B9A0) is unknown color: approx Caribbean Green. HEX triplet: 05, B9 and A0. RGB value is (5,185,160). Sum of RGB (Red+Green+Blue) = 5+185+160=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #05B9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B9A0 is #FA465F. Grayscale: #808080. Windows color (decimal): -16402016 or 10533125. OLE color: 10533125.

HSL color Cylindrical-coordinate representation of color #05B9A0: hue angle of 171.67º 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 #05B9A0 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB5185160-
CMYK0.9700.140.27
HSL171.67º94.74%37.25%-
HSV(B)171.67º97.3%72.55%-
XYZ23.7637.2739.2-
YUV128.33145.8740.03-

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) = 52.86%
BLUE value IS 160 (62.89% from 255) = 45.71%
R=1.43%
G=52.86%
B=45.71%

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
Decimal51851600.9700.140.27171.6794.7437.25
Hex5B9A0610E1Bac5f25
Octal52712401410163325413745
Binary101101110011010000011000010111011011101011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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