Html Css Color HEX #11D68F Caribbean Green

📋 copy color: '#11D68F'

red 17 ◦ green 214 ◦ blue 143

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

Shades of Caribbean Green #11D68F

Tints of Caribbean Green #11D68F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.22%

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 4.55%
G = 57.22%
B = 38.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#11D68F (or 0x11D68F) is known color: Caribbean Green. HEX triplet: 11, D6 and 8F. RGB value is (17,214,143). Sum of RGB (Red+Green+Blue) = 17+214+143=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #11D68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D68F is #EE2970. Grayscale: #939393. Windows color (decimal): -15608177 or 9426449. OLE color: 9426449.

HSL color Cylindrical-coordinate representation of color #11D68F: hue angle of 158.38º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D68F is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 214 143 -
CMYK 0.92 0 0.33 0.16
HSL 158.38º 0.85% 0.45% -
HSV(B) 158.38º 0.92% 0.84% -
XYZ 29.24 50.2 34.13 -
YUV 147 125.73 35.27 -
System Red Green Blue C M Y K H S L
Decimal 17 214 143 0.92 0 0.33 0.16 158.38 0.85 0.45
Hex 11 D6 8F 5C 0 21 10 9E 55 2D
Octal 21 326 217 134 0 41 20 236 125 55
Binary 10001 11010110 10001111 1011100 0 100001 10000 10011110 1010101 101101

Color Harmonies of #11D68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D68F

Black with #11D68F

Text Example


Text Example

White with #11D68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,214,143); }

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

background-color css

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

 a { background-color: rgb(17,214,143); }

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

border-color css

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

 span { border-color: rgb(17,214,143); }

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