#10B4AD

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

Shades of Light Sea Green #10B4AD

Tints of Light Sea Green #10B4AD

Color information

#10B4AD (or 0x10B4AD) is unknown color: approx Light Sea Green. HEX triplet: 10, B4 and AD. RGB value is (16,180,173). Sum of RGB (Red+Green+Blue) = 16+180+173=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #10B4AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B4AD is #EF4B52. Grayscale: #828282. Windows color (decimal): -15682387 or 11383824. OLE color: 11383824.

HSL color Cylindrical-coordinate representation of color #10B4AD: hue angle of 177.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B4AD is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB16180173-
CMYK0.9100.040.29
HSL177.44º83.67%38.43%-
HSV(B)177.44º91.11%70.59%-
XYZ24.0835.7745.17-
YUV130.17152.1746.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.34%
GREEN value IS 180 (70.70% from 255) = 48.78%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=4.34%
G=48.78%
B=46.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161801730.9100.040.29177.4483.6738.43
Hex10B4AD5B041Db15426
Octal20264255133043526112446
Binary1000010110100101011011011011010011101101100011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,180,173); }

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

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

 a { background-color: rgb(16,180,173); }

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

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

 span { border-color: rgb(16,180,173); }

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