Html Css Color HEX #10AFAB Light Sea Green

📋 copy color: '#10AFAB'

red 16 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #10AFAB

Tints of Light Sea Green #10AFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 4.42%
G = 48.34%
B = 47.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#10AFAB (or 0x10AFAB) is known color: Light Sea Green. HEX triplet: 10, AF and AB. RGB value is (16,175,171). Sum of RGB (Red+Green+Blue) = 16+175+171=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #10AFAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AFAB is #EF5054. Grayscale: #7E7E7E. Windows color (decimal): -15683669 or 11251472. OLE color: 11251472.

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

Color convert

RGB 16 175 171 -
CMYK 0.91 0 0.02 0.31
HSL 178.49º 0.83% 0.37% -
HSV(B) 178.49º 0.91% 0.69% -
XYZ 22.89 33.71 43.83 -
YUV 127 152.82 48.83 -
System Red Green Blue C M Y K H S L
Decimal 16 175 171 0.91 0 0.02 0.31 178.49 0.83 0.37
Hex 10 AF AB 5B 0 2 1F B2 53 25
Octal 20 257 253 133 0 2 37 262 123 45
Binary 10000 10101111 10101011 1011011 0 10 11111 10110010 1010011 100101

Color Harmonies of #10AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFAB

Black with #10AFAB

Text Example


Text Example

White with #10AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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