Html Css Color HEX #10A69C Persian Green

📋 copy color: '#10A69C'

red 16 ◦ green 166 ◦ blue 156

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

Shades of Persian Green #10A69C

Tints of Persian Green #10A69C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.11%

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 4.73%
G = 49.11%
B = 46.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#10A69C (or 0x10A69C) is known color: Persian Green. HEX triplet: 10, A6 and 9C. RGB value is (16,166,156). Sum of RGB (Red+Green+Blue) = 16+166+156=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #10A69C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A69C is #EF5963. Grayscale: #777777. Windows color (decimal): -15685988 or 10266128. OLE color: 10266128.

HSL color Cylindrical-coordinate representation of color #10A69C: hue angle of 176º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A69C is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 166 156 -
CMYK 0.90 0 0.06 0.35
HSL 176º 0.82% 0.36% -
HSV(B) 176º 0.9% 0.65% -
XYZ 19.85 29.78 36.15 -
YUV 120.01 148.31 53.81 -
System Red Green Blue C M Y K H S L
Decimal 16 166 156 0.90 0 0.06 0.35 176 0.82 0.36
Hex 10 A6 9C 5A 0 6 23 B0 52 24
Octal 20 246 234 132 0 6 43 260 122 44
Binary 10000 10100110 10011100 1011010 0 110 100011 10110000 1010010 100100

Color Harmonies of #10A69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A69C

Black with #10A69C

Text Example


Text Example

White with #10A69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,166,156); }

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

background-color css

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

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

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

border-color css

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

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

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