#05BA96

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

Shades of Caribbean Green #05BA96

Tints of Caribbean Green #05BA96

Color information

#05BA96 (or 0x05BA96) is unknown color: approx Caribbean Green. HEX triplet: 05, BA and 96. RGB value is (5,186,150). Sum of RGB (Red+Green+Blue) = 5+186+150=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA96 is #FA4569. Grayscale: #7F7F7F. Windows color (decimal): -16401770 or 9878021. OLE color: 9878021.

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

Color convert

RGB5186150-
CMYK0.9700.190.27
HSL168.07º94.76%37.45%-
HSV(B)168.07º97.31%72.94%-
XYZ23.1337.3534.84-
YUV127.78140.5340.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.47%
GREEN value IS 186 (73.05% from 255) = 54.55%
BLUE value IS 150 (58.98% from 255) = 43.99%
R=1.47%
G=54.55%
B=43.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51861500.9700.190.27168.0794.7637.45
Hex5BA96610131Ba85f25
Octal52722261410233325013745
Binary1011011101010010110110000101001111011101010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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