#04BE96

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

Shades of Caribbean Green #04BE96

Tints of Caribbean Green #04BE96

Color information

#04BE96 (or 0x04BE96) is unknown color: approx Caribbean Green. HEX triplet: 04, BE and 96. RGB value is (4,190,150). Sum of RGB (Red+Green+Blue) = 4+190+150=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BE96 is #FB4169. Grayscale: #818181. Windows color (decimal): -16466282 or 9879044. OLE color: 9879044.

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

Color convert

RGB4190150-
CMYK0.9800.210.25
HSL167.1º95.88%38.04%-
HSV(B)167.1º97.89%74.51%-
XYZ23.9739.0535.13-
YUV129.83139.3838.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.16%
GREEN value IS 190 (74.61% from 255) = 55.23%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=1.16%
G=55.23%
B=43.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41901500.9800.210.25167.195.8838.04
Hex4BE966201519a76026
Octal42762261420253124714046
Binary1001011111010010110110001001010111001101001111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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