#04B9AC

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

Shades of Light Sea Green #04B9AC

Tints of Light Sea Green #04B9AC

Color information

#04B9AC (or 0x04B9AC) is unknown color: approx Light Sea Green. HEX triplet: 04, B9 and AC. RGB value is (4,185,172). Sum of RGB (Red+Green+Blue) = 4+185+172=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #04B9AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B9AC is #FB4653. Grayscale: #818181. Windows color (decimal): -16467540 or 11319556. OLE color: 11319556.

HSL color Cylindrical-coordinate representation of color #04B9AC: hue angle of 175.69º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B9AC is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB4185172-
CMYK0.9800.070.27
HSL175.69º95.77%37.06%-
HSV(B)175.69º97.84%72.55%-
XYZ24.8537.745-
YUV129.4152.0338.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.11%
GREEN value IS 185 (72.66% from 255) = 51.25%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=1.11%
G=51.25%
B=47.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41851720.9800.070.27175.6995.7737.06
Hex4B9AC62071Bb06025
Octal4271254142073326014045
Binary10010111001101011001100010011111011101100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,185,172); }

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

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

 a { background-color: rgb(4,185,172); }

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

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

 span { border-color: rgb(4,185,172); }

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