#05BD96

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

Shades of Caribbean Green #05BD96

Tints of Caribbean Green #05BD96

Color information

#05BD96 (or 0x05BD96) is unknown color: approx Caribbean Green. HEX triplet: 05, BD and 96. RGB value is (5,189,150). Sum of RGB (Red+Green+Blue) = 5+189+150=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BD96 is #FA4269. Grayscale: #818181. Windows color (decimal): -16401002 or 9878789. OLE color: 9878789.

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

Color convert

RGB5189150-
CMYK0.9700.210.26
HSL167.28º94.85%38.04%-
HSV(B)167.28º97.35%74.12%-
XYZ23.7738.6335.06-
YUV129.54139.5439.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.45%
GREEN value IS 189 (74.22% from 255) = 54.94%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=1.45%
G=54.94%
B=43.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51891500.9700.210.26167.2894.8538.04
Hex5BD96610151Aa75f26
Octal52752261410253224713746
Binary1011011110110010110110000101010111010101001111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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