Html Css Color HEX #05AFAE Light Sea Green

📋 copy color: '#05AFAE'

red 5 ◦ green 175 ◦ blue 174

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

Shades of Light Sea Green #05AFAE

Tints of Light Sea Green #05AFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.44%

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 1.41%
G = 49.44%
B = 49.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#05AFAE (or 0x05AFAE) is known color: Light Sea Green. HEX triplet: 05, AF and AE. RGB value is (5,175,174). Sum of RGB (Red+Green+Blue) = 5+175+174=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #05AFAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AFAE is #FA5051. Grayscale: #7B7B7B. Windows color (decimal): -16404562 or 11448069. OLE color: 11448069.

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

Color convert

RGB 5 175 174 -
CMYK 0.97 0 0.01 0.31
HSL 179.65º 0.94% 0.35% -
HSV(B) 179.65º 0.97% 0.69% -
XYZ 23.03 33.75 45.34 -
YUV 124.06 156.18 43.08 -
System Red Green Blue C M Y K H S L
Decimal 5 175 174 0.97 0 0.01 0.31 179.65 0.94 0.35
Hex 5 AF AE 61 0 1 1F B4 5E 23
Octal 5 257 256 141 0 1 37 264 136 43
Binary 101 10101111 10101110 1100001 0 1 11111 10110100 1011110 100011

Color Harmonies of #05AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AFAE

Black with #05AFAE

Text Example


Text Example

White with #05AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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