Html Css Color HEX #04BAAB Light Sea Green

📋 copy color: '#04BAAB'

red 4 ◦ green 186 ◦ blue 171

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

Shades of Light Sea Green #04BAAB

Tints of Light Sea Green #04BAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 1.11%
G = 51.52%
B = 47.37%

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

#04BAAB (or 0x04BAAB) is known color: Light Sea Green. HEX triplet: 04, BA and AB. RGB value is (4,186,171). Sum of RGB (Red+Green+Blue) = 4+186+171=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #04BAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BAAB is #FB4554. Grayscale: #818181. Windows color (decimal): -16467285 or 11254276. OLE color: 11254276.

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

Color convert

RGB 4 186 171 -
CMYK 0.98 0 0.08 0.27
HSL 175.05º 0.96% 0.37% -
HSV(B) 175.05º 0.98% 0.73% -
XYZ 24.96 38.08 44.56 -
YUV 129.87 151.2 38.22 -
System Red Green Blue C M Y K H S L
Decimal 4 186 171 0.98 0 0.08 0.27 175.05 0.96 0.37
Hex 4 BA AB 62 0 8 1B AF 60 25
Octal 4 272 253 142 0 10 33 257 140 45
Binary 100 10111010 10101011 1100010 0 1000 11011 10101111 1100000 100101

Color Harmonies of #04BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BAAB

Black with #04BAAB

Text Example


Text Example

White with #04BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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