#05BC96

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

Shades of Caribbean Green #05BC96

Tints of Caribbean Green #05BC96

Color information

#05BC96 (or 0x05BC96) is unknown color: approx Caribbean Green. HEX triplet: 05, BC and 96. RGB value is (5,188,150). Sum of RGB (Red+Green+Blue) = 5+188+150=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BC96 is #FA4369. Grayscale: #808080. Windows color (decimal): -16401258 or 9878533. OLE color: 9878533.

HSL color Cylindrical-coordinate representation of color #05BC96: hue angle of 167.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BC96 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB5188150-
CMYK0.9700.200.26
HSL167.54º94.82%37.84%-
HSV(B)167.54º97.34%73.73%-
XYZ23.5538.234.99-
YUV128.95139.8739.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.46%
GREEN value IS 188 (73.83% from 255) = 54.81%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=1.46%
G=54.81%
B=43.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51881500.9700.200.26167.5494.8237.84
Hex5BC96610141Aa85f26
Octal52742261410243225013746
Binary1011011110010010110110000101010011010101010001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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