Html Css Color HEX #10B2A0 Light Sea Green

📋 copy color: '#10B2A0'

red 16 ◦ green 178 ◦ blue 160

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

Shades of Light Sea Green #10B2A0

Tints of Light Sea Green #10B2A0

RGB

 RED value IS 16 (6.64% from 255) = 4.52%

 GREEN value IS 178 (69.92% from 255) = 50.28%

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 4.52%
G = 50.28%
B = 45.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#10B2A0 (or 0x10B2A0) is known color: Light Sea Green. HEX triplet: 10, B2 and A0. RGB value is (16,178,160). Sum of RGB (Red+Green+Blue) = 16+178+160=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #10B2A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B2A0 is #EF4D5F. Grayscale: #7F7F7F. Windows color (decimal): -15682912 or 10531344. OLE color: 10531344.

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

Color convert

RGB 16 178 160 -
CMYK 0.91 0 0.10 0.30
HSL 173.33º 0.84% 0.38% -
HSV(B) 173.33º 0.91% 0.7% -
XYZ 22.48 34.49 38.73 -
YUV 127.51 146.33 48.46 -
System Red Green Blue C M Y K H S L
Decimal 16 178 160 0.91 0 0.10 0.30 173.33 0.84 0.38
Hex 10 B2 A0 5B 0 A 1E AD 54 26
Octal 20 262 240 133 0 12 36 255 124 46
Binary 10000 10110010 10100000 1011011 0 1010 11110 10101101 1010100 100110

Color Harmonies of #10B2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B2A0

Black with #10B2A0

Text Example


Text Example

White with #10B2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,178,160); }

 H1.HeaderClassName
 {
   color: #10B2A0;
 }
 .AnyTagClassName
 {
   color: #10B2A0;
 }
</style>

background-color css

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

 a { background-color: rgb(16,178,160); }

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

border-color css

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

 span { border-color: rgb(16,178,160); }

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