Html Css Color HEX #10B0A6 Light Sea Green

📋 copy color: '#10B0A6'

red 16 ◦ green 176 ◦ blue 166

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

Shades of Light Sea Green #10B0A6

Tints of Light Sea Green #10B0A6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.16%

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

R = 4.47%
G = 49.16%
B = 46.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#10B0A6 (or 0x10B0A6) is known color: Light Sea Green. HEX triplet: 10, B0 and A6. RGB value is (16,176,166). Sum of RGB (Red+Green+Blue) = 16+176+166=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #10B0A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B0A6 is #EF4F59. Grayscale: #7E7E7E. Windows color (decimal): -15683418 or 10924048. OLE color: 10924048.

HSL color Cylindrical-coordinate representation of color #10B0A6: hue angle of 176.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B0A6 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 176 166 -
CMYK 0.91 0 0.06 0.31
HSL 176.25º 0.83% 0.38% -
HSV(B) 176.25º 0.91% 0.69% -
XYZ 22.62 33.91 41.43 -
YUV 127.02 149.99 48.81 -
System Red Green Blue C M Y K H S L
Decimal 16 176 166 0.91 0 0.06 0.31 176.25 0.83 0.38
Hex 10 B0 A6 5B 0 6 1F B0 53 26
Octal 20 260 246 133 0 6 37 260 123 46
Binary 10000 10110000 10100110 1011011 0 110 11111 10110000 1010011 100110

Color Harmonies of #10B0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B0A6

Black with #10B0A6

Text Example


Text Example

White with #10B0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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