Html Css Color HEX #10BEA2 Light Sea Green

📋 copy color: '#10BEA2'

red 16 ◦ green 190 ◦ blue 162

#10BEA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #10BEA2

Tints of Light Sea Green #10BEA2

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 value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#10BEA2 (or 0x10BEA2) is known color: 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

RGB 16 190 162 -
CMYK 0.92 0 0.15 0.25
HSL 170.34º 0.84% 0.4% -
HSV(B) 170.34º 0.92% 0.75% -
XYZ 25.15 39.55 40.49 -
YUV 134.78 143.35 43.28 -
System Red Green Blue C M Y K H S L
Decimal 16 190 162 0.92 0 0.15 0.25 170.34 0.84 0.4
Hex 10 BE A2 5C 0 F 19 AA 54 28
Octal 20 276 242 134 0 17 31 252 124 50
Binary 10000 10111110 10100010 1011100 0 1111 11001 10101010 1010100 101000

Color Harmonies of #10BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEA2

Black with #10BEA2

Text Example


Text Example

White with #10BEA2

Text Example


Text Example

HTML Codes & Css Web 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>