Html Css Color HEX #10B29D Light Sea Green

📋 copy color: '#10B29D'

red 16 ◦ green 178 ◦ blue 157

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

Shades of Light Sea Green #10B29D

Tints of Light Sea Green #10B29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 4.56%
G = 50.71%
B = 44.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#10B29D (or 0x10B29D) is known color: Light Sea Green. HEX triplet: 10, B2 and 9D. RGB value is (16,178,157). Sum of RGB (Red+Green+Blue) = 16+178+157=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #10B29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B29D is #EF4D62. Grayscale: #7F7F7F. Windows color (decimal): -15682915 or 10334736. OLE color: 10334736.

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

Color convert

RGB 16 178 157 -
CMYK 0.91 0 0.12 0.30
HSL 172.22º 0.84% 0.38% -
HSV(B) 172.22º 0.91% 0.7% -
XYZ 22.22 34.39 37.36 -
YUV 127.17 144.83 48.71 -
System Red Green Blue C M Y K H S L
Decimal 16 178 157 0.91 0 0.12 0.30 172.22 0.84 0.38
Hex 10 B2 9D 5B 0 C 1E AC 54 26
Octal 20 262 235 133 0 14 36 254 124 46
Binary 10000 10110010 10011101 1011011 0 1100 11110 10101100 1010100 100110

Color Harmonies of #10B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B29D

Black with #10B29D

Text Example


Text Example

White with #10B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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