#10BEA2

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

Shades of Light Sea Green #10BEA2

Tints of Light Sea Green #10BEA2

Color information

#10BEA2 (or 0x10BEA2) is unknown color: approx Light Sea Green. HEX triplet: 10, BE and A2. RGB value is (16,190,162). Sum of RGB (Red+Green+Blue) = 16+190+162=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #10BEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BEA2 is #EF415D. Grayscale: #868686. Windows color (decimal): -15679838 or 10665488. OLE color: 10665488.

HSL color Cylindrical-coordinate representation of color #10BEA2: hue angle of 170.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BEA2 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB16190162-
CMYK0.9200.150.25
HSL170.34º84.47%40.39%-
HSV(B)170.34º91.58%74.51%-
XYZ25.1539.5540.49-
YUV134.78143.3543.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.35%
GREEN value IS 190 (74.61% from 255) = 51.63%
BLUE value IS 162 (63.67% from 255) = 44.02%
R=4.35%
G=51.63%
B=44.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161901620.9200.150.25170.3484.4740.39
Hex10BEA25C0F19aa5428
Octal202762421340173125212450
Binary10000101111101010001010111000111111001101010101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,190,162); }

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

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

 a { background-color: rgb(16,190,162); }

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

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

 span { border-color: rgb(16,190,162); }

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