Html Css Color HEX #10C0AF Light Sea Green

📋 copy color: '#10C0AF'

red 16 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #10C0AF

Tints of Light Sea Green #10C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 4.18%
G = 50.13%
B = 45.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#10C0AF (or 0x10C0AF) is known color: Light Sea Green. HEX triplet: 10, C0 and AF. RGB value is (16,192,175). Sum of RGB (Red+Green+Blue) = 16+192+175=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C0AF is #EF3F50. Grayscale: #898989. Windows color (decimal): -15679313 or 11517968. OLE color: 11517968.

HSL color Cylindrical-coordinate representation of color #10C0AF: hue angle of 174.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C0AF is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 175 -
CMYK 0.92 0 0.09 0.25
HSL 174.2º 0.85% 0.41% -
HSV(B) 174.2º 0.92% 0.75% -
XYZ 26.8 40.9 47.04 -
YUV 137.44 149.19 41.38 -
System Red Green Blue C M Y K H S L
Decimal 16 192 175 0.92 0 0.09 0.25 174.2 0.85 0.41
Hex 10 C0 AF 5C 0 9 19 AE 55 29
Octal 20 300 257 134 0 11 31 256 125 51
Binary 10000 11000000 10101111 1011100 0 1001 11001 10101110 1010101 101001

Color Harmonies of #10C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C0AF

Black with #10C0AF

Text Example


Text Example

White with #10C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,192,175); }

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

background-color css

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

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

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

border-color css

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

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

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