Html Css Color HEX #10AEAC Light Sea Green

📋 copy color: '#10AEAC'

red 16 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #10AEAC

Tints of Light Sea Green #10AEAC

RGB

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

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

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

R = 4.42%
G = 48.07%
B = 47.51%

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

#10AEAC (or 0x10AEAC) is known color: Light Sea Green. HEX triplet: 10, AE and AC. RGB value is (16,174,172). Sum of RGB (Red+Green+Blue) = 16+174+172=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #10AEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AEAC is #EF5153. Grayscale: #7E7E7E. Windows color (decimal): -15683924 or 11316752. OLE color: 11316752.

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

Color convert

RGB 16 174 172 -
CMYK 0.91 0 0.01 0.32
HSL 179.24º 0.83% 0.37% -
HSV(B) 179.24º 0.91% 0.68% -
XYZ 22.8 33.36 44.27 -
YUV 126.53 153.65 49.16 -
System Red Green Blue C M Y K H S L
Decimal 16 174 172 0.91 0 0.01 0.32 179.24 0.83 0.37
Hex 10 AE AC 5B 0 1 20 B3 53 25
Octal 20 256 254 133 0 1 40 263 123 45
Binary 10000 10101110 10101100 1011011 0 1 100000 10110011 1010011 100101

Color Harmonies of #10AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AEAC

Black with #10AEAC

Text Example


Text Example

White with #10AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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