Html Css Color HEX #11D68C Caribbean Green

📋 copy color: '#11D68C'

red 17 ◦ green 214 ◦ blue 140

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

Shades of Caribbean Green #11D68C

Tints of Caribbean Green #11D68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 4.58%
G = 57.68%
B = 37.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#11D68C (or 0x11D68C) is known color: Caribbean Green. HEX triplet: 11, D6 and 8C. RGB value is (17,214,140). Sum of RGB (Red+Green+Blue) = 17+214+140=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #11D68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D68C is #EE2973. Grayscale: #929292. Windows color (decimal): -15608180 or 9229841. OLE color: 9229841.

HSL color Cylindrical-coordinate representation of color #11D68C: hue angle of 157.46º 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 #11D68C is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 214 140 -
CMYK 0.92 0 0.35 0.16
HSL 157.46º 0.85% 0.45% -
HSV(B) 157.46º 0.92% 0.84% -
XYZ 29.01 50.11 32.95 -
YUV 146.66 124.23 35.52 -
System Red Green Blue C M Y K H S L
Decimal 17 214 140 0.92 0 0.35 0.16 157.46 0.85 0.45
Hex 11 D6 8C 5C 0 23 10 9D 55 2D
Octal 21 326 214 134 0 43 20 235 125 55
Binary 10001 11010110 10001100 1011100 0 100011 10000 10011101 1010101 101101

Color Harmonies of #11D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D68C

Black with #11D68C

Text Example


Text Example

White with #11D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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