Html Css Color HEX #10B7A6 Light Sea Green

📋 copy color: '#10B7A6'

red 16 ◦ green 183 ◦ blue 166

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

Shades of Light Sea Green #10B7A6

Tints of Light Sea Green #10B7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.14%

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 4.38%
G = 50.14%
B = 45.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#10B7A6 (or 0x10B7A6) is known color: Light Sea Green. HEX triplet: 10, B7 and A6. RGB value is (16,183,166). Sum of RGB (Red+Green+Blue) = 16+183+166=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #10B7A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B7A6 is #EF4859. Grayscale: #838383. Windows color (decimal): -15681626 or 10925840. OLE color: 10925840.

HSL color Cylindrical-coordinate representation of color #10B7A6: hue angle of 173.89º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B7A6 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 183 166 -
CMYK 0.91 0 0.09 0.28
HSL 173.89º 0.84% 0.39% -
HSV(B) 173.89º 0.91% 0.72% -
XYZ 24.03 36.73 41.9 -
YUV 131.13 147.67 45.88 -
System Red Green Blue C M Y K H S L
Decimal 16 183 166 0.91 0 0.09 0.28 173.89 0.84 0.39
Hex 10 B7 A6 5B 0 9 1C AE 54 27
Octal 20 267 246 133 0 11 34 256 124 47
Binary 10000 10110111 10100110 1011011 0 1001 11100 10101110 1010100 100111

Color Harmonies of #10B7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B7A6

Black with #10B7A6

Text Example


Text Example

White with #10B7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,183,166); }

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

background-color css

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

 a { background-color: rgb(16,183,166); }

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

border-color css

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

 span { border-color: rgb(16,183,166); }

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