Html Css Color HEX #10BAAB Light Sea Green

📋 copy color: '#10BAAB'

red 16 ◦ green 186 ◦ blue 171

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

Shades of Light Sea Green #10BAAB

Tints of Light Sea Green #10BAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.87%

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

R = 4.29%
G = 49.87%
B = 45.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#10BAAB (or 0x10BAAB) is known color: Light Sea Green. HEX triplet: 10, BA and AB. RGB value is (16,186,171). Sum of RGB (Red+Green+Blue) = 16+186+171=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #10BAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BAAB is #EF4554. Grayscale: #858585. Windows color (decimal): -15680853 or 11254288. OLE color: 11254288.

HSL color Cylindrical-coordinate representation of color #10BAAB: hue angle of 174.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BAAB is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 186 171 -
CMYK 0.91 0 0.08 0.27
HSL 174.71º 0.84% 0.4% -
HSV(B) 174.71º 0.91% 0.73% -
XYZ 25.12 38.17 44.57 -
YUV 133.46 149.18 44.22 -
System Red Green Blue C M Y K H S L
Decimal 16 186 171 0.91 0 0.08 0.27 174.71 0.84 0.4
Hex 10 BA AB 5B 0 8 1B AF 54 28
Octal 20 272 253 133 0 10 33 257 124 50
Binary 10000 10111010 10101011 1011011 0 1000 11011 10101111 1010100 101000

Color Harmonies of #10BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BAAB

Black with #10BAAB

Text Example


Text Example

White with #10BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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