Html Css Color HEX #11BDA2 Light Sea Green

📋 copy color: '#11BDA2'

red 17 ◦ green 189 ◦ blue 162

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

Shades of Light Sea Green #11BDA2

Tints of Light Sea Green #11BDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.02%

R = 4.62%
G = 51.36%
B = 44.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#11BDA2 (or 0x11BDA2) is known color: Light Sea Green. HEX triplet: 11, BD and A2. RGB value is (17,189,162). Sum of RGB (Red+Green+Blue) = 17+189+162=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #11BDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BDA2 is #EE425D. Grayscale: #868686. Windows color (decimal): -15614558 or 10665233. OLE color: 10665233.

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

Color convert

RGB 17 189 162 -
CMYK 0.91 0 0.14 0.26
HSL 170.58º 0.83% 0.4% -
HSV(B) 170.58º 0.91% 0.74% -
XYZ 24.95 39.12 40.42 -
YUV 134.49 143.52 44.2 -
System Red Green Blue C M Y K H S L
Decimal 17 189 162 0.91 0 0.14 0.26 170.58 0.83 0.4
Hex 11 BD A2 5B 0 E 1A AB 53 28
Octal 21 275 242 133 0 16 32 253 123 50
Binary 10001 10111101 10100010 1011011 0 1110 11010 10101011 1010011 101000

Color Harmonies of #11BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BDA2

Black with #11BDA2

Text Example


Text Example

White with #11BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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