Html Css Color HEX #11E194 Caribbean Green

📋 copy color: '#11E194'

red 17 ◦ green 225 ◦ blue 148

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

Shades of Caribbean Green #11E194

Tints of Caribbean Green #11E194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.69%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 4.36%
G = 57.69%
B = 37.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#11E194 (or 0x11E194) is known color: Caribbean Green. HEX triplet: 11, E1 and 94. RGB value is (17,225,148). Sum of RGB (Red+Green+Blue) = 17+225+148=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #11E194 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E194 is #EE1E6B. Grayscale: #9A9A9A. Windows color (decimal): -15605356 or 9756945. OLE color: 9756945.

HSL color Cylindrical-coordinate representation of color #11E194: hue angle of 157.79º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E194 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 225 148 -
CMYK 0.92 0 0.34 0.12
HSL 157.79º 0.86% 0.47% -
HSV(B) 157.79º 0.92% 0.88% -
XYZ 32.5 56.11 37.13 -
YUV 154.03 124.59 30.26 -
System Red Green Blue C M Y K H S L
Decimal 17 225 148 0.92 0 0.34 0.12 157.79 0.86 0.47
Hex 11 E1 94 5C 0 22 C 9E 56 2F
Octal 21 341 224 134 0 42 14 236 126 57
Binary 10001 11100001 10010100 1011100 0 100010 1100 10011110 1010110 101111

Color Harmonies of #11E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E194

Black with #11E194

Text Example


Text Example

White with #11E194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,225,148); }

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

background-color css

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

 a { background-color: rgb(17,225,148); }

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

border-color css

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

 span { border-color: rgb(17,225,148); }

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