#184D4F

Color #184D4F Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #184D4F

Tints of Cyprus #184D4F

Color information

#184D4F (or 0x184D4F) is unknown color: approx Cyprus. HEX triplet: 18, 4D and 4F. RGB value is (24,77,79). Sum of RGB (Red+Green+Blue) = 24+77+79=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #184D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D4F is #E7B2B0. Grayscale: #3D3D3D. Windows color (decimal): -15184561 or 5197080. OLE color: 5197080.

HSL color Cylindrical-coordinate representation of color #184D4F: hue angle of 182.18º degrees, saturation: 0.53, 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 #184D4F is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB247779-
CMYK0.700.0300.69
HSL182.18º53.4%20.2%-
HSV(B)182.18º69.62%30.98%-
XYZ4.446.078.33-
YUV61.38137.94101.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.33%
GREEN value IS 77 (30.47% from 255) = 42.78%
BLUE value IS 79 (31.25% from 255) = 43.89%
R=13.33%
G=42.78%
B=43.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2477790.700.0300.69182.1853.420.2
Hex184D4F463045b63514
Octal30115117106301052666524
Binary1100010011011001111100011011010001011011011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184D4F; }

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

 H1.HeaderClassName
 {
   color: #184D4F;
 }
 .AnyTagClassName
 {
   color: #184D4F;
 }
</style>
background-color css

<style>
 a { background-color: #184D4F; }

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

 div.DivClassName
 {
   background-color: #184D4F;
 }
 .BgClassName
 {
   background-color: #184D4F;
 }
</style>
border-color css

<style>
 span { border-color: #184D4F; }

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

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