#05BA90

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

Shades of Caribbean Green #05BA90

Tints of Caribbean Green #05BA90

Color information

#05BA90 (or 0x05BA90) is unknown color: approx Caribbean Green. HEX triplet: 05, BA and 90. RGB value is (5,186,144). Sum of RGB (Red+Green+Blue) = 5+186+144=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA90 is #FA456F. Grayscale: #7F7F7F. Windows color (decimal): -16401776 or 9484805. OLE color: 9484805.

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

Color convert

RGB5186144-
CMYK0.9700.230.27
HSL166.08º94.76%37.45%-
HSV(B)166.08º97.31%72.94%-
XYZ22.6637.1632.36-
YUV127.09137.5340.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.49%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=1.49%
G=55.52%
B=42.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51861440.9700.230.27166.0894.7637.45
Hex5BA90610171Ba65f25
Octal52722201410273324613745
Binary1011011101010010000110000101011111011101001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,186,144); }

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

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

 a { background-color: rgb(5,186,144); }

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

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

 span { border-color: rgb(5,186,144); }

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