Html Css Color HEX #10AFAF Light Sea Green

📋 copy color: '#10AFAF'

red 16 ◦ green 175 ◦ blue 175

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

Shades of Light Sea Green #10AFAF

Tints of Light Sea Green #10AFAF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.81%

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

R = 4.37%
G = 47.81%
B = 47.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#10AFAF (or 0x10AFAF) is known color: Light Sea Green. HEX triplet: 10, AF and AF. RGB value is (16,175,175). Sum of RGB (Red+Green+Blue) = 16+175+175=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #10AFAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AFAF is #EF5050. Grayscale: #7F7F7F. Windows color (decimal): -15683665 or 11513616. OLE color: 11513616.

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

Color convert

RGB 16 175 175 -
CMYK 0.91 0 0 0.31
HSL 180º 0.83% 0.37% -
HSV(B) 180º 0.91% 0.69% -
XYZ 23.28 33.87 45.87 -
YUV 127.46 154.82 48.5 -
System Red Green Blue C M Y K H S L
Decimal 16 175 175 0.91 0 0 0.31 180 0.83 0.37
Hex 10 AF AF 5B 0 0 1F B4 53 25
Octal 20 257 257 133 0 0 37 264 123 45
Binary 10000 10101111 10101111 1011011 0 0 11111 10110100 1010011 100101

Color Harmonies of #10AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFAF

Black with #10AFAF

Text Example


Text Example

White with #10AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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