Html Css Color HEX #10AEAD Light Sea Green

📋 copy color: '#10AEAD'

red 16 ◦ green 174 ◦ blue 173

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

Shades of Light Sea Green #10AEAD

Tints of Light Sea Green #10AEAD

RGB

 RED value IS 16 (6.64% from 255) = 4.41%

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

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 4.41%
G = 47.93%
B = 47.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#10AEAD (or 0x10AEAD) is known color: Light Sea Green. HEX triplet: 10, AE and AD. RGB value is (16,174,173). Sum of RGB (Red+Green+Blue) = 16+174+173=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #10AEAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AEAD is #EF5152. Grayscale: #7E7E7E. Windows color (decimal): -15683923 or 11382288. OLE color: 11382288.

HSL color Cylindrical-coordinate representation of color #10AEAD: hue angle of 179.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AEAD is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 174 173 -
CMYK 0.91 0 0.01 0.32
HSL 179.62º 0.83% 0.37% -
HSV(B) 179.62º 0.91% 0.68% -
XYZ 22.89 33.4 44.78 -
YUV 126.64 154.15 49.08 -
System Red Green Blue C M Y K H S L
Decimal 16 174 173 0.91 0 0.01 0.32 179.62 0.83 0.37
Hex 10 AE AD 5B 0 1 20 B4 53 25
Octal 20 256 255 133 0 1 40 264 123 45
Binary 10000 10101110 10101101 1011011 0 1 100000 10110100 1010011 100101

Color Harmonies of #10AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AEAD

Black with #10AEAD

Text Example


Text Example

White with #10AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AEAD; }

 p { color: rgb(16,174,173); }

 H1.HeaderClassName
 {
   color: #10AEAD;
 }
 .AnyTagClassName
 {
   color: #10AEAD;
 }
</style>

background-color css

<style>
 a { background-color: #10AEAD; }

 a { background-color: rgb(16,174,173); }

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

border-color css

<style>
 span { border-color: #10AEAD; }

 span { border-color: rgb(16,174,173); }

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