Html Css Color HEX #10BAAC Light Sea Green

📋 copy color: '#10BAAC'

red 16 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #10BAAC

Tints of Light Sea Green #10BAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 4.28%
G = 49.73%
B = 45.99%

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

#10BAAC (or 0x10BAAC) is known color: Light Sea Green. HEX triplet: 10, BA and AC. RGB value is (16,186,172). Sum of RGB (Red+Green+Blue) = 16+186+172=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #10BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BAAC is #EF4553. Grayscale: #858585. Windows color (decimal): -15680852 or 11319824. OLE color: 11319824.

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

Color convert

RGB 16 186 172 -
CMYK 0.91 0 0.08 0.27
HSL 175.06º 0.84% 0.4% -
HSV(B) 175.06º 0.91% 0.73% -
XYZ 25.22 38.21 45.08 -
YUV 133.57 149.68 44.14 -
System Red Green Blue C M Y K H S L
Decimal 16 186 172 0.91 0 0.08 0.27 175.06 0.84 0.4
Hex 10 BA AC 5B 0 8 1B AF 54 28
Octal 20 272 254 133 0 10 33 257 124 50
Binary 10000 10111010 10101100 1011011 0 1000 11011 10101111 1010100 101000

Color Harmonies of #10BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BAAC

Black with #10BAAC

Text Example


Text Example

White with #10BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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