Html Css Color HEX #04BAAC Light Sea Green

📋 copy color: '#04BAAC'

red 4 ◦ green 186 ◦ blue 172

#04BAAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #04BAAC

Tints of Light Sea Green #04BAAC

RGB

 RED value IS 4 (1.95% from 255) = 1.1%

 GREEN value IS 186 (73.05% from 255) = 51.38%

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 1.1%
G = 51.38%
B = 47.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#04BAAC (or 0x04BAAC) is known color: Light Sea Green. HEX triplet: 04, BA and AC. RGB value is (4,186,172). Sum of RGB (Red+Green+Blue) = 4+186+172=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #04BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BAAC is #FB4553. Grayscale: #818181. Windows color (decimal): -16467284 or 11319812. OLE color: 11319812.

HSL color Cylindrical-coordinate representation of color #04BAAC: hue angle of 175.38º 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 #04BAAC is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 186 172 -
CMYK 0.98 0 0.08 0.27
HSL 175.38º 0.96% 0.37% -
HSV(B) 175.38º 0.98% 0.73% -
XYZ 25.06 38.12 45.07 -
YUV 129.99 151.7 38.14 -
System Red Green Blue C M Y K H S L
Decimal 4 186 172 0.98 0 0.08 0.27 175.38 0.96 0.37
Hex 4 BA AC 62 0 8 1B AF 60 25
Octal 4 272 254 142 0 10 33 257 140 45
Binary 100 10111010 10101100 1100010 0 1000 11011 10101111 1100000 100101

Color Harmonies of #04BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BAAC

Black with #04BAAC

Text Example


Text Example

White with #04BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04BAAC;
 }
 .AnyTagClassName
 {
   color: #04BAAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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