Html Css Color HEX #124849 Cyprus

📋 copy color: '#124849'

red 18 ◦ green 72 ◦ blue 73

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

Shades of Cyprus #124849

Tints of Cyprus #124849

RGB

 RED value IS 18 (7.42% from 255) = 11.04%

 GREEN value IS 72 (28.52% from 255) = 44.17%

 BLUE value IS 73 (28.91% from 255) = 44.79%

R = 11.04%
G = 44.17%
B = 44.79%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#124849 (or 0x124849) is known color: Cyprus. HEX triplet: 12, 48 and 49. RGB value is (18,72,73). Sum of RGB (Red+Green+Blue) = 18+72+73=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #124849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124849 is #EDB7B6. Grayscale: #373737. Windows color (decimal): -15579063 or 4802578. OLE color: 4802578.

HSL color Cylindrical-coordinate representation of color #124849: hue angle of 181.09º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124849 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 72 73 -
CMYK 0.75 0.01 0 0.71
HSL 181.09º 0.6% 0.18% -
HSV(B) 181.09º 0.75% 0.29% -
XYZ 3.77 5.24 7.12 -
YUV 55.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 18 72 73 0.75 0.01 0 0.71 181.09 0.6 0.18
Hex 12 48 49 4B 1 0 47 B5 3C 12
Octal 22 110 111 113 1 0 107 265 74 22
Binary 10010 1001000 1001001 1001011 1 0 1000111 10110101 111100 10010

Color Harmonies of #124849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124849

Black with #124849

Text Example


Text Example

White with #124849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124849; }

 p { color: rgb(18,72,73); }

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

background-color css

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

 a { background-color: rgb(18,72,73); }

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

border-color css

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

 span { border-color: rgb(18,72,73); }

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