Html Css Color HEX #11BDAD Light Sea Green

📋 copy color: '#11BDAD'

red 17 ◦ green 189 ◦ blue 173

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

Shades of Light Sea Green #11BDAD

Tints of Light Sea Green #11BDAD

RGB

 RED value IS 17 (7.03% from 255) = 4.49%

 GREEN value IS 189 (74.22% from 255) = 49.87%

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

R = 4.49%
G = 49.87%
B = 45.65%

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

#11BDAD (or 0x11BDAD) is known color: Light Sea Green. HEX triplet: 11, BD and AD. RGB value is (17,189,173). Sum of RGB (Red+Green+Blue) = 17+189+173=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #11BDAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BDAD is #EE4252. Grayscale: #878787. Windows color (decimal): -15614547 or 11386129. OLE color: 11386129.

HSL color Cylindrical-coordinate representation of color #11BDAD: hue angle of 174.42º degrees, saturation: 0.83, 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 #11BDAD is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 189 173 -
CMYK 0.91 0 0.08 0.26
HSL 174.42º 0.83% 0.4% -
HSV(B) 174.42º 0.91% 0.74% -
XYZ 25.97 39.53 45.8 -
YUV 135.75 149.02 43.3 -
System Red Green Blue C M Y K H S L
Decimal 17 189 173 0.91 0 0.08 0.26 174.42 0.83 0.4
Hex 11 BD AD 5B 0 8 1A AE 53 28
Octal 21 275 255 133 0 10 32 256 123 50
Binary 10001 10111101 10101101 1011011 0 1000 11010 10101110 1010011 101000

Color Harmonies of #11BDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BDAD

Black with #11BDAD

Text Example


Text Example

White with #11BDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11BDAD; }

 p { color: rgb(17,189,173); }

 H1.HeaderClassName
 {
   color: #11BDAD;
 }
 .AnyTagClassName
 {
   color: #11BDAD;
 }
</style>

background-color css

<style>
 a { background-color: #11BDAD; }

 a { background-color: rgb(17,189,173); }

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

border-color css

<style>
 span { border-color: #11BDAD; }

 span { border-color: rgb(17,189,173); }

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