Html Css Color HEX #18504F Cyprus

📋 copy color: '#18504F'

red 24 ◦ green 80 ◦ blue 79

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

Shades of Cyprus #18504F

Tints of Cyprus #18504F

RGB

 RED value IS 24 (9.77% from 255) = 13.11%

 GREEN value IS 80 (31.64% from 255) = 43.72%

 BLUE value IS 79 (31.25% from 255) = 43.17%

R = 13.11%
G = 43.72%
B = 43.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#18504F (or 0x18504F) is known color: Cyprus. HEX triplet: 18, 50 and 4F. RGB value is (24,80,79). Sum of RGB (Red+Green+Blue) = 24+80+79=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #18504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18504F is #E7AFB0. Grayscale: #3F3F3F. Windows color (decimal): -15183793 or 5197848. OLE color: 5197848.

HSL color Cylindrical-coordinate representation of color #18504F: hue angle of 178.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18504F is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 79 -
CMYK 0.70 0 0.01 0.69
HSL 178.93º 0.54% 0.2% -
HSV(B) 178.93º 0.7% 0.31% -
XYZ 4.66 6.5 8.41 -
YUV 63.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 24 80 79 0.70 0 0.01 0.69 178.93 0.54 0.2
Hex 18 50 4F 46 0 1 45 B3 36 14
Octal 30 120 117 106 0 1 105 263 66 24
Binary 11000 1010000 1001111 1000110 0 1 1000101 10110011 110110 10100

Color Harmonies of #18504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18504F

Black with #18504F

Text Example


Text Example

White with #18504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18504F; }

 p { color: rgb(24,80,79); }

 H1.HeaderClassName
 {
   color: #18504F;
 }
 .AnyTagClassName
 {
   color: #18504F;
 }
</style>

background-color css

<style>
 a { background-color: #18504F; }

 a { background-color: rgb(24,80,79); }

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

border-color css

<style>
 span { border-color: #18504F; }

 span { border-color: rgb(24,80,79); }

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