Html Css Color HEX #11DB7F Caribbean Green

📋 copy color: '#11DB7F'

red 17 ◦ green 219 ◦ blue 127

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

Shades of Caribbean Green #11DB7F

Tints of Caribbean Green #11DB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60.33%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 4.68%
G = 60.33%
B = 34.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#11DB7F (or 0x11DB7F) is known color: Caribbean Green. HEX triplet: 11, DB and 7F. RGB value is (17,219,127). Sum of RGB (Red+Green+Blue) = 17+219+127=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 219 (85.94% from 255 or 60.33% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11DB7F is #EE2480. Grayscale: #949494. Windows color (decimal): -15606913 or 8379153. OLE color: 8379153.

HSL color Cylindrical-coordinate representation of color #11DB7F: hue angle of 152.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DB7F is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 219 127 -
CMYK 0.92 0 0.42 0.14
HSL 152.67º 0.86% 0.46% -
HSV(B) 152.67º 0.92% 0.86% -
XYZ 29.39 52.31 28.63 -
YUV 148.11 116.08 34.48 -
System Red Green Blue C M Y K H S L
Decimal 17 219 127 0.92 0 0.42 0.14 152.67 0.86 0.46
Hex 11 DB 7F 5C 0 2A E 99 56 2E
Octal 21 333 177 134 0 52 16 231 126 56
Binary 10001 11011011 1111111 1011100 0 101010 1110 10011001 1010110 101110

Color Harmonies of #11DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DB7F

Black with #11DB7F

Text Example


Text Example

White with #11DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,219,127); }

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

background-color css

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

 a { background-color: rgb(17,219,127); }

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

border-color css

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

 span { border-color: rgb(17,219,127); }

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