Html Css Color HEX #10ADB4 Light Sea Green

📋 copy color: '#10ADB4'

red 16 ◦ green 173 ◦ blue 180

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

Shades of Light Sea Green #10ADB4

Tints of Light Sea Green #10ADB4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.88%

 BLUE value IS 180 (70.7% from 255) = 48.78%

R = 4.34%
G = 46.88%
B = 48.78%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#10ADB4 (or 0x10ADB4) is known color: Light Sea Green. HEX triplet: 10, AD and B4. RGB value is (16,173,180). Sum of RGB (Red+Green+Blue) = 16+173+180=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #10ADB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADB4 is #EF524B. Grayscale: #7E7E7E. Windows color (decimal): -15684172 or 11840784. OLE color: 11840784.

HSL color Cylindrical-coordinate representation of color #10ADB4: hue angle of 182.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10ADB4 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 173 180 -
CMYK 0.91 0.04 0 0.29
HSL 182.56º 0.84% 0.38% -
HSV(B) 182.56º 0.91% 0.71% -
XYZ 23.4 33.29 48.37 -
YUV 126.86 157.99 48.93 -
System Red Green Blue C M Y K H S L
Decimal 16 173 180 0.91 0.04 0 0.29 182.56 0.84 0.38
Hex 10 AD B4 5B 4 0 1D B7 54 26
Octal 20 255 264 133 4 0 35 267 124 46
Binary 10000 10101101 10110100 1011011 100 0 11101 10110111 1010100 100110

Color Harmonies of #10ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ADB4

Black with #10ADB4

Text Example


Text Example

White with #10ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,173,180); }

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

background-color css

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

 a { background-color: rgb(16,173,180); }

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

border-color css

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

 span { border-color: rgb(16,173,180); }

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