Html Css Color HEX #11CD93 Caribbean Green

📋 copy color: '#11CD93'

red 17 ◦ green 205 ◦ blue 147

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

Shades of Caribbean Green #11CD93

Tints of Caribbean Green #11CD93

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.56%

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 4.61%
G = 55.56%
B = 39.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#11CD93 (or 0x11CD93) is known color: Caribbean Green. HEX triplet: 11, CD and 93. RGB value is (17,205,147). Sum of RGB (Red+Green+Blue) = 17+205+147=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #11CD93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CD93 is #EE326C. Grayscale: #8E8E8E. Windows color (decimal): -15610477 or 9686289. OLE color: 9686289.

HSL color Cylindrical-coordinate representation of color #11CD93: hue angle of 161.49º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CD93 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 205 147 -
CMYK 0.92 0 0.28 0.20
HSL 161.49º 0.85% 0.44% -
HSV(B) 161.49º 0.92% 0.8% -
XYZ 27.33 45.89 35.02 -
YUV 142.18 130.72 38.72 -
System Red Green Blue C M Y K H S L
Decimal 17 205 147 0.92 0 0.28 0.20 161.49 0.85 0.44
Hex 11 CD 93 5C 0 1C 14 A1 55 2C
Octal 21 315 223 134 0 34 24 241 125 54
Binary 10001 11001101 10010011 1011100 0 11100 10100 10100001 1010101 101100

Color Harmonies of #11CD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CD93

Black with #11CD93

Text Example


Text Example

White with #11CD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,205,147); }

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

background-color css

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

 a { background-color: rgb(17,205,147); }

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

border-color css

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

 span { border-color: rgb(17,205,147); }

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