Html Css Color HEX #11C2AF Light Sea Green

📋 copy color: '#11C2AF'

red 17 ◦ green 194 ◦ blue 175

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

Shades of Light Sea Green #11C2AF

Tints of Light Sea Green #11C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 4.4%
G = 50.26%
B = 45.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#11C2AF (or 0x11C2AF) is known color: Light Sea Green. HEX triplet: 11, C2 and AF. RGB value is (17,194,175). Sum of RGB (Red+Green+Blue) = 17+194+175=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #11C2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C2AF is #EE3D50. Grayscale: #8A8A8A. Windows color (decimal): -15613265 or 11518481. OLE color: 11518481.

HSL color Cylindrical-coordinate representation of color #11C2AF: hue angle of 173.56º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C2AF is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 194 175 -
CMYK 0.91 0 0.10 0.24
HSL 173.56º 0.84% 0.41% -
HSV(B) 173.56º 0.91% 0.76% -
XYZ 27.26 41.8 47.19 -
YUV 138.91 148.36 41.04 -
System Red Green Blue C M Y K H S L
Decimal 17 194 175 0.91 0 0.10 0.24 173.56 0.84 0.41
Hex 11 C2 AF 5B 0 A 18 AE 54 29
Octal 21 302 257 133 0 12 30 256 124 51
Binary 10001 11000010 10101111 1011011 0 1010 11000 10101110 1010100 101001

Color Harmonies of #11C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C2AF

Black with #11C2AF

Text Example


Text Example

White with #11C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,194,175); }

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

background-color css

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

 a { background-color: rgb(17,194,175); }

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

border-color css

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

 span { border-color: rgb(17,194,175); }

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