Html Css Color HEX #18514B Cyprus

📋 copy color: '#18514B'

red 24 ◦ green 81 ◦ blue 75

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

Shades of Cyprus #18514B

Tints of Cyprus #18514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 13.33%
G = 45%
B = 41.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#18514B (or 0x18514B) is known color: Cyprus. HEX triplet: 18, 51 and 4B. RGB value is (24,81,75). Sum of RGB (Red+Green+Blue) = 24+81+75=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #18514B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18514B is #E7AEB4. Grayscale: #3F3F3F. Windows color (decimal): -15183541 or 4935960. OLE color: 4935960.

HSL color Cylindrical-coordinate representation of color #18514B: hue angle of 173.68º 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 #18514B is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 81 75 -
CMYK 0.70 0 0.07 0.68
HSL 173.68º 0.54% 0.21% -
HSV(B) 173.68º 0.7% 0.32% -
XYZ 4.59 6.59 7.69 -
YUV 63.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 24 81 75 0.70 0 0.07 0.68 173.68 0.54 0.21
Hex 18 51 4B 46 0 7 44 AE 36 15
Octal 30 121 113 106 0 7 104 256 66 25
Binary 11000 1010001 1001011 1000110 0 111 1000100 10101110 110110 10101

Color Harmonies of #18514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18514B

Black with #18514B

Text Example


Text Example

White with #18514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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