#10B3AF

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

Shades of Light Sea Green #10B3AF

Tints of Light Sea Green #10B3AF

Color information

#10B3AF (or 0x10B3AF) is unknown color: approx Light Sea Green. HEX triplet: 10, B3 and AF. RGB value is (16,179,175). Sum of RGB (Red+Green+Blue) = 16+179+175=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #10B3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B3AF is #EF4C50. Grayscale: #818181. Windows color (decimal): -15682641 or 11514640. OLE color: 11514640.

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

Color convert

RGB16179175-
CMYK0.9100.020.30
HSL178.53º83.59%38.24%-
HSV(B)178.53º91.06%70.2%-
XYZ24.0735.4546.13-
YUV129.81153.546.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.32%
GREEN value IS 179 (70.31% from 255) = 48.38%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=4.32%
G=48.38%
B=47.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161791750.9100.020.30178.5383.5938.24
Hex10B3AF5B021Eb35426
Octal20263257133023626312446
Binary100001011001110101111101101101011110101100111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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