Html Css Color HEX #11C29D Caribbean Green

📋 copy color: '#11C29D'

red 17 ◦ green 194 ◦ blue 157

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

Shades of Caribbean Green #11C29D

Tints of Caribbean Green #11C29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 4.62%
G = 52.72%
B = 42.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#11C29D (or 0x11C29D) is known color: Caribbean Green. HEX triplet: 11, C2 and 9D. RGB value is (17,194,157). Sum of RGB (Red+Green+Blue) = 17+194+157=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #11C29D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C29D is #EE3D62. Grayscale: #888888. Windows color (decimal): -15613283 or 10338833. OLE color: 10338833.

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

Color convert

RGB 17 194 157 -
CMYK 0.91 0 0.19 0.24
HSL 167.46º 0.84% 0.41% -
HSV(B) 167.46º 0.91% 0.76% -
XYZ 25.61 41.14 38.49 -
YUV 136.86 139.36 42.51 -
System Red Green Blue C M Y K H S L
Decimal 17 194 157 0.91 0 0.19 0.24 167.46 0.84 0.41
Hex 11 C2 9D 5B 0 13 18 A7 54 29
Octal 21 302 235 133 0 23 30 247 124 51
Binary 10001 11000010 10011101 1011011 0 10011 11000 10100111 1010100 101001

Color Harmonies of #11C29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C29D

Black with #11C29D

Text Example


Text Example

White with #11C29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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