Html Css Color HEX #10BAB2 Light Sea Green

📋 copy color: '#10BAB2'

red 16 ◦ green 186 ◦ blue 178

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

Shades of Light Sea Green #10BAB2

Tints of Light Sea Green #10BAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.84%

R = 4.21%
G = 48.95%
B = 46.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#10BAB2 (or 0x10BAB2) is known color: Light Sea Green. HEX triplet: 10, BA and B2. RGB value is (16,186,178). Sum of RGB (Red+Green+Blue) = 16+186+178=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #10BAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BAB2 is #EF454D. Grayscale: #868686. Windows color (decimal): -15680846 or 11713040. OLE color: 11713040.

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

Color convert

RGB 16 186 178 -
CMYK 0.91 0 0.04 0.27
HSL 177.18º 0.84% 0.4% -
HSV(B) 177.18º 0.91% 0.73% -
XYZ 25.81 38.44 48.18 -
YUV 134.26 152.68 43.65 -
System Red Green Blue C M Y K H S L
Decimal 16 186 178 0.91 0 0.04 0.27 177.18 0.84 0.4
Hex 10 BA B2 5B 0 4 1B B1 54 28
Octal 20 272 262 133 0 4 33 261 124 50
Binary 10000 10111010 10110010 1011011 0 100 11011 10110001 1010100 101000

Color Harmonies of #10BAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BAB2

Black with #10BAB2

Text Example


Text Example

White with #10BAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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