Html Css Color HEX #05ADAC Light Sea Green

📋 copy color: '#05ADAC'

red 5 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #05ADAC

Tints of Light Sea Green #05ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.43%

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

R = 1.43%
G = 49.43%
B = 49.14%

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

#05ADAC (or 0x05ADAC) is known color: Light Sea Green. HEX triplet: 05, AD and AC. RGB value is (5,173,172). Sum of RGB (Red+Green+Blue) = 5+173+172=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #05ADAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05ADAC is #FA5253. Grayscale: #7A7A7A. Windows color (decimal): -16405076 or 11316485. OLE color: 11316485.

HSL color Cylindrical-coordinate representation of color #05ADAC: hue angle of 179.64º 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 #05ADAC is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 173 172 -
CMYK 0.97 0 0.01 0.32
HSL 179.64º 0.94% 0.35% -
HSV(B) 179.64º 0.97% 0.68% -
XYZ 22.45 32.9 44.2 -
YUV 122.65 155.84 44.08 -
System Red Green Blue C M Y K H S L
Decimal 5 173 172 0.97 0 0.01 0.32 179.64 0.94 0.35
Hex 5 AD AC 61 0 1 20 B4 5E 23
Octal 5 255 254 141 0 1 40 264 136 43
Binary 101 10101101 10101100 1100001 0 1 100000 10110100 1011110 100011

Color Harmonies of #05ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADAC

Black with #05ADAC

Text Example


Text Example

White with #05ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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