#04BD96

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

Shades of Caribbean Green #04BD96

Tints of Caribbean Green #04BD96

Color information

#04BD96 (or 0x04BD96) is unknown color: approx Caribbean Green. HEX triplet: 04, BD and 96. RGB value is (4,189,150). Sum of RGB (Red+Green+Blue) = 4+189+150=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BD96 is #FB4269. Grayscale: #818181. Windows color (decimal): -16466538 or 9878788. OLE color: 9878788.

HSL color Cylindrical-coordinate representation of color #04BD96: hue angle of 167.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BD96 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB4189150-
CMYK0.9800.210.26
HSL167.35º95.85%37.84%-
HSV(B)167.35º97.88%74.12%-
XYZ23.7538.6235.06-
YUV129.24139.7138.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.17%
GREEN value IS 189 (74.22% from 255) = 55.10%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=1.17%
G=55.10%
B=43.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41891500.9800.210.26167.3595.8537.84
Hex4BD96620151Aa76026
Octal42752261420253224714046
Binary1001011110110010110110001001010111010101001111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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