Html Css Color HEX #10BCAD Light Sea Green

📋 copy color: '#10BCAD'

red 16 ◦ green 188 ◦ blue 173

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

Shades of Light Sea Green #10BCAD

Tints of Light Sea Green #10BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.87%

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 4.24%
G = 49.87%
B = 45.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#10BCAD (or 0x10BCAD) is known color: Light Sea Green. HEX triplet: 10, BC and AD. RGB value is (16,188,173). Sum of RGB (Red+Green+Blue) = 16+188+173=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #10BCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BCAD is #EF4352. Grayscale: #868686. Windows color (decimal): -15680339 or 11385872. OLE color: 11385872.

HSL color Cylindrical-coordinate representation of color #10BCAD: hue angle of 174.77º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BCAD is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 188 173 -
CMYK 0.91 0 0.08 0.26
HSL 174.77º 0.84% 0.4% -
HSV(B) 174.77º 0.91% 0.74% -
XYZ 25.74 39.09 45.72 -
YUV 134.86 149.52 43.22 -
System Red Green Blue C M Y K H S L
Decimal 16 188 173 0.91 0 0.08 0.26 174.77 0.84 0.4
Hex 10 BC AD 5B 0 8 1A AF 54 28
Octal 20 274 255 133 0 10 32 257 124 50
Binary 10000 10111100 10101101 1011011 0 1000 11010 10101111 1010100 101000

Color Harmonies of #10BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCAD

Black with #10BCAD

Text Example


Text Example

White with #10BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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