Html Css Color HEX #11DDB3 Caribbean Green

📋 copy color: '#11DDB3'

red 17 ◦ green 221 ◦ blue 179

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

Shades of Caribbean Green #11DDB3

Tints of Caribbean Green #11DDB3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53%

 BLUE value IS 179 (70.31% from 255) = 42.93%

R = 4.08%
G = 53%
B = 42.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#11DDB3 (or 0x11DDB3) is known color: Caribbean Green. HEX triplet: 11, DD and B3. RGB value is (17,221,179). Sum of RGB (Red+Green+Blue) = 17+221+179=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDB3 is #EE224C. Grayscale: #9B9B9B. Windows color (decimal): -15606349 or 11787537. OLE color: 11787537.

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

Color convert

RGB 17 221 179 -
CMYK 0.92 0 0.19 0.13
HSL 167.65º 0.86% 0.47% -
HSV(B) 167.65º 0.92% 0.87% -
XYZ 34.22 55.09 51.48 -
YUV 155.22 141.41 29.42 -
System Red Green Blue C M Y K H S L
Decimal 17 221 179 0.92 0 0.19 0.13 167.65 0.86 0.47
Hex 11 DD B3 5C 0 13 D A8 56 2F
Octal 21 335 263 134 0 23 15 250 126 57
Binary 10001 11011101 10110011 1011100 0 10011 1101 10101000 1010110 101111

Color Harmonies of #11DDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDB3

Black with #11DDB3

Text Example


Text Example

White with #11DDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,221,179); }

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

background-color css

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

 a { background-color: rgb(17,221,179); }

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

border-color css

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

 span { border-color: rgb(17,221,179); }

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