Html Css Color HEX #10ACAC Light Sea Green

📋 copy color: '#10ACAC'

red 16 ◦ green 172 ◦ blue 172

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

Shades of Light Sea Green #10ACAC

Tints of Light Sea Green #10ACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.78%

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

R = 4.44%
G = 47.78%
B = 47.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#10ACAC (or 0x10ACAC) is known color: Light Sea Green. HEX triplet: 10, AC and AC. RGB value is (16,172,172). Sum of RGB (Red+Green+Blue) = 16+172+172=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #10ACAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10ACAC is #EF5353. Grayscale: #7D7D7D. Windows color (decimal): -15684436 or 11316240. OLE color: 11316240.

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

Color convert

RGB 16 172 172 -
CMYK 0.91 0 0 0.33
HSL 180º 0.83% 0.37% -
HSV(B) 180º 0.91% 0.67% -
XYZ 22.41 32.59 44.14 -
YUV 125.36 154.32 50 -
System Red Green Blue C M Y K H S L
Decimal 16 172 172 0.91 0 0 0.33 180 0.83 0.37
Hex 10 AC AC 5B 0 0 21 B4 53 25
Octal 20 254 254 133 0 0 41 264 123 45
Binary 10000 10101100 10101100 1011011 0 0 100001 10110100 1010011 100101

Color Harmonies of #10ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACAC

Black with #10ACAC

Text Example


Text Example

White with #10ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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