#10BAAE

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

Shades of Light Sea Green #10BAAE

Tints of Light Sea Green #10BAAE

Color information

#10BAAE (or 0x10BAAE) is unknown color: approx Light Sea Green. HEX triplet: 10, BA and AE. RGB value is (16,186,174). Sum of RGB (Red+Green+Blue) = 16+186+174=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #10BAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BAAE is #EF4551. Grayscale: #858585. Windows color (decimal): -15680850 or 11450896. OLE color: 11450896.

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

Color convert

RGB16186174-
CMYK0.9100.060.27
HSL175.76º84.16%39.61%-
HSV(B)175.76º91.4%72.94%-
XYZ25.4138.2846.09-
YUV133.8150.6843.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.26%
GREEN value IS 186 (73.05% from 255) = 49.47%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=4.26%
G=49.47%
B=46.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161861740.9100.060.27175.7684.1639.61
Hex10BAAE5B061Bb05428
Octal20272256133063326012450
Binary1000010111010101011101011011011011011101100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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