Html Css Color HEX #11BDA7 Light Sea Green

📋 copy color: '#11BDA7'

red 17 ◦ green 189 ◦ blue 167

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

Shades of Light Sea Green #11BDA7

Tints of Light Sea Green #11BDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.77%

R = 4.56%
G = 50.67%
B = 44.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#11BDA7 (or 0x11BDA7) is known color: Light Sea Green. HEX triplet: 11, BD and A7. RGB value is (17,189,167). Sum of RGB (Red+Green+Blue) = 17+189+167=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #11BDA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BDA7 is #EE4258. Grayscale: #868686. Windows color (decimal): -15614553 or 10992913. OLE color: 10992913.

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

Color convert

RGB 17 189 167 -
CMYK 0.91 0 0.12 0.26
HSL 172.33º 0.83% 0.4% -
HSV(B) 172.33º 0.91% 0.74% -
XYZ 25.4 39.3 42.81 -
YUV 135.06 146.02 43.79 -
System Red Green Blue C M Y K H S L
Decimal 17 189 167 0.91 0 0.12 0.26 172.33 0.83 0.4
Hex 11 BD A7 5B 0 C 1A AC 53 28
Octal 21 275 247 133 0 14 32 254 123 50
Binary 10001 10111101 10100111 1011011 0 1100 11010 10101100 1010011 101000

Color Harmonies of #11BDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BDA7

Black with #11BDA7

Text Example


Text Example

White with #11BDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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