#04B5AC

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

Shades of Light Sea Green #04B5AC

Tints of Light Sea Green #04B5AC

Color information

#04B5AC (or 0x04B5AC) is unknown color: approx Light Sea Green. HEX triplet: 04, B5 and AC. RGB value is (4,181,172). Sum of RGB (Red+Green+Blue) = 4+181+172=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #04B5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B5AC is #FB4A53. Grayscale: #7E7E7E. Windows color (decimal): -16468564 or 11318532. OLE color: 11318532.

HSL color Cylindrical-coordinate representation of color #04B5AC: hue angle of 176.95º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B5AC is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB4181172-
CMYK0.9800.050.29
HSL176.95º95.68%36.27%-
HSV(B)176.95º97.79%70.98%-
XYZ24.0236.0544.72-
YUV127.05153.3640.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.12%
GREEN value IS 181 (71.09% from 255) = 50.70%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=1.12%
G=50.70%
B=48.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41811720.9800.050.29176.9595.6836.27
Hex4B5AC62051Db16024
Octal4265254142053526114044
Binary10010110101101011001100010010111101101100011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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