#05BA92

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

Shades of Caribbean Green #05BA92

Tints of Caribbean Green #05BA92

Color information

#05BA92 (or 0x05BA92) is unknown color: approx Caribbean Green. HEX triplet: 05, BA and 92. RGB value is (5,186,146). Sum of RGB (Red+Green+Blue) = 5+186+146=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA92 is #FA456D. Grayscale: #7F7F7F. Windows color (decimal): -16401774 or 9615877. OLE color: 9615877.

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

Color convert

RGB5186146-
CMYK0.9700.220.27
HSL166.74º94.76%37.45%-
HSV(B)166.74º97.31%72.94%-
XYZ22.8137.2333.18-
YUV127.32138.5340.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.48%
GREEN value IS 186 (73.05% from 255) = 55.19%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=1.48%
G=55.19%
B=43.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51861460.9700.220.27166.7494.7637.45
Hex5BA92610161Ba75f25
Octal52722221410263324713745
Binary1011011101010010010110000101011011011101001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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