Html Css Color HEX #05AEAC Light Sea Green

📋 copy color: '#05AEAC'

red 5 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #05AEAC

Tints of Light Sea Green #05AEAC

RGB

 RED value IS 5 (2.34% from 255) = 1.42%

 GREEN value IS 174 (68.36% from 255) = 49.57%

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

R = 1.42%
G = 49.57%
B = 49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#05AEAC (or 0x05AEAC) is known color: Light Sea Green. HEX triplet: 05, AE and AC. RGB value is (5,174,172). Sum of RGB (Red+Green+Blue) = 5+174+172=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #05AEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AEAC is #FA5153. Grayscale: #7B7B7B. Windows color (decimal): -16404820 or 11316741. OLE color: 11316741.

HSL color Cylindrical-coordinate representation of color #05AEAC: hue angle of 179.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AEAC is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 174 172 -
CMYK 0.97 0 0.01 0.32
HSL 179.29º 0.94% 0.35% -
HSV(B) 179.29º 0.97% 0.68% -
XYZ 22.65 33.28 44.26 -
YUV 123.24 155.51 43.66 -
System Red Green Blue C M Y K H S L
Decimal 5 174 172 0.97 0 0.01 0.32 179.29 0.94 0.35
Hex 5 AE AC 61 0 1 20 B3 5E 23
Octal 5 256 254 141 0 1 40 263 136 43
Binary 101 10101110 10101100 1100001 0 1 100000 10110011 1011110 100011

Color Harmonies of #05AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AEAC

Black with #05AEAC

Text Example


Text Example

White with #05AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05AEAC; }

 p { color: rgb(5,174,172); }

 H1.HeaderClassName
 {
   color: #05AEAC;
 }
 .AnyTagClassName
 {
   color: #05AEAC;
 }
</style>

background-color css

<style>
 a { background-color: #05AEAC; }

 a { background-color: rgb(5,174,172); }

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

border-color css

<style>
 span { border-color: #05AEAC; }

 span { border-color: rgb(5,174,172); }

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