Html Css Color HEX #11534C Cyprus

📋 copy color: '#11534C'

red 17 ◦ green 83 ◦ blue 76

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

Shades of Cyprus #11534C

Tints of Cyprus #11534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

 BLUE value IS 76 (30.08% from 255) = 43.18%

R = 9.66%
G = 47.16%
B = 43.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#11534C (or 0x11534C) is known color: Cyprus. HEX triplet: 11, 53 and 4C. RGB value is (17,83,76). Sum of RGB (Red+Green+Blue) = 17+83+76=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #11534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11534C is #EEACB3. Grayscale: #3E3E3E. Windows color (decimal): -15641780 or 5002001. OLE color: 5002001.

HSL color Cylindrical-coordinate representation of color #11534C: hue angle of 173.64º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11534C is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 83 76 -
CMYK 0.80 0 0.08 0.67
HSL 173.64º 0.66% 0.2% -
HSV(B) 173.64º 0.8% 0.33% -
XYZ 4.63 6.83 7.91 -
YUV 62.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 17 83 76 0.80 0 0.08 0.67 173.64 0.66 0.2
Hex 11 53 4C 50 0 8 43 AE 42 14
Octal 21 123 114 120 0 10 103 256 102 24
Binary 10001 1010011 1001100 1010000 0 1000 1000011 10101110 1000010 10100

Color Harmonies of #11534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11534C

Black with #11534C

Text Example


Text Example

White with #11534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11534C; }

 p { color: rgb(17,83,76); }

 H1.HeaderClassName
 {
   color: #11534C;
 }
 .AnyTagClassName
 {
   color: #11534C;
 }
</style>

background-color css

<style>
 a { background-color: #11534C; }

 a { background-color: rgb(17,83,76); }

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

border-color css

<style>
 span { border-color: #11534C; }

 span { border-color: rgb(17,83,76); }

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