#10BAB3

Color #10BAB3 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #10BAB3

Tints of Light Sea Green #10BAB3

Color information

#10BAB3 (or 0x10BAB3) is unknown color: approx Light Sea Green. HEX triplet: 10, BA and B3. RGB value is (16,186,179). Sum of RGB (Red+Green+Blue) = 16+186+179=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #10BAB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BAB3 is #EF454C. Grayscale: #868686. Windows color (decimal): -15680845 or 11778576. OLE color: 11778576.

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

Color convert

RGB16186179-
CMYK0.9100.040.27
HSL177.53º84.16%39.61%-
HSV(B)177.53º91.4%72.94%-
XYZ25.9138.4848.71-
YUV134.37153.1843.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.20%
GREEN value IS 186 (73.05% from 255) = 48.82%
BLUE value IS 179 (70.31% from 255) = 46.98%
R=4.20%
G=48.82%
B=46.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161861790.9100.040.27177.5384.1639.61
Hex10BAB35B041Bb25428
Octal20272263133043326212450
Binary1000010111010101100111011011010011011101100101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10BAB3;
 }
 .AnyTagClassName
 {
   color: #10BAB3;
 }
</style>
background-color css

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

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

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

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

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

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