Html Css Color HEX #18514C Cyprus

📋 copy color: '#18514C'

red 24 ◦ green 81 ◦ blue 76

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

Shades of Cyprus #18514C

Tints of Cyprus #18514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.75%

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

R = 13.26%
G = 44.75%
B = 41.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#18514C (or 0x18514C) is known color: Cyprus. HEX triplet: 18, 51 and 4C. RGB value is (24,81,76). Sum of RGB (Red+Green+Blue) = 24+81+76=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #18514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18514C is #E7AEB3. Grayscale: #3F3F3F. Windows color (decimal): -15183540 or 5001496. OLE color: 5001496.

HSL color Cylindrical-coordinate representation of color #18514C: hue angle of 174.74º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18514C is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 81 76 -
CMYK 0.70 0 0.06 0.68
HSL 174.74º 0.54% 0.21% -
HSV(B) 174.74º 0.7% 0.32% -
XYZ 4.62 6.6 7.87 -
YUV 63.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 24 81 76 0.70 0 0.06 0.68 174.74 0.54 0.21
Hex 18 51 4C 46 0 6 44 AF 36 15
Octal 30 121 114 106 0 6 104 257 66 25
Binary 11000 1010001 1001100 1000110 0 110 1000100 10101111 110110 10101

Color Harmonies of #18514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18514C

Black with #18514C

Text Example


Text Example

White with #18514C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,81,76); }

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

background-color css

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

 a { background-color: rgb(24,81,76); }

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

border-color css

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

 span { border-color: rgb(24,81,76); }

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