Html Css Color HEX #11C1A3 Caribbean Green

📋 copy color: '#11C1A3'

red 17 ◦ green 193 ◦ blue 163

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

Shades of Caribbean Green #11C1A3

Tints of Caribbean Green #11C1A3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.74%

 BLUE value IS 163 (64.06% from 255) = 43.7%

R = 4.56%
G = 51.74%
B = 43.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#11C1A3 (or 0x11C1A3) is known color: Caribbean Green. HEX triplet: 11, C1 and A3. RGB value is (17,193,163). Sum of RGB (Red+Green+Blue) = 17+193+163=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #11C1A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C1A3 is #EE3E5C. Grayscale: #888888. Windows color (decimal): -15613533 or 10731793. OLE color: 10731793.

HSL color Cylindrical-coordinate representation of color #11C1A3: hue angle of 169.77º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C1A3 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 193 163 -
CMYK 0.91 0 0.16 0.24
HSL 169.77º 0.84% 0.41% -
HSV(B) 169.77º 0.91% 0.76% -
XYZ 25.91 40.9 41.18 -
YUV 136.96 142.69 42.44 -
System Red Green Blue C M Y K H S L
Decimal 17 193 163 0.91 0 0.16 0.24 169.77 0.84 0.41
Hex 11 C1 A3 5B 0 10 18 AA 54 29
Octal 21 301 243 133 0 20 30 252 124 51
Binary 10001 11000001 10100011 1011011 0 10000 11000 10101010 1010100 101001

Color Harmonies of #11C1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C1A3

Black with #11C1A3

Text Example


Text Example

White with #11C1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,193,163); }

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

background-color css

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

 a { background-color: rgb(17,193,163); }

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

border-color css

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

 span { border-color: rgb(17,193,163); }

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