Html Css Color HEX #10ABAC Light Sea Green

📋 copy color: '#10ABAC'

red 16 ◦ green 171 ◦ blue 172

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

Shades of Light Sea Green #10ABAC

Tints of Light Sea Green #10ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.63%

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

R = 4.46%
G = 47.63%
B = 47.91%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#10ABAC (or 0x10ABAC) is known color: Light Sea Green. HEX triplet: 10, AB and AC. RGB value is (16,171,172). Sum of RGB (Red+Green+Blue) = 16+171+172=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #10ABAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10ABAC is #EF5453. Grayscale: #7C7C7C. Windows color (decimal): -15684692 or 11315984. OLE color: 11315984.

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

Color convert

RGB 16 171 172 -
CMYK 0.91 0.01 0 0.33
HSL 180.38º 0.83% 0.37% -
HSV(B) 180.38º 0.91% 0.67% -
XYZ 22.22 32.21 44.08 -
YUV 124.77 154.65 50.42 -
System Red Green Blue C M Y K H S L
Decimal 16 171 172 0.91 0.01 0 0.33 180.38 0.83 0.37
Hex 10 AB AC 5B 1 0 21 B4 53 25
Octal 20 253 254 133 1 0 41 264 123 45
Binary 10000 10101011 10101100 1011011 1 0 100001 10110100 1010011 100101

Color Harmonies of #10ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABAC

Black with #10ABAC

Text Example


Text Example

White with #10ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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