Html Css Color HEX #124F49 Cyprus

📋 copy color: '#124F49'

red 18 ◦ green 79 ◦ blue 73

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

Shades of Cyprus #124F49

Tints of Cyprus #124F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.47%

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

R = 10.59%
G = 46.47%
B = 42.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#124F49 (or 0x124F49) is known color: Cyprus. HEX triplet: 12, 4F and 49. RGB value is (18,79,73). Sum of RGB (Red+Green+Blue) = 18+79+73=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #124F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F49 is #EDB0B6. Grayscale: #3C3C3C. Windows color (decimal): -15577271 or 4804370. OLE color: 4804370.

HSL color Cylindrical-coordinate representation of color #124F49: hue angle of 174.1º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F49 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 79 73 -
CMYK 0.77 0 0.08 0.69
HSL 174.1º 0.63% 0.19% -
HSV(B) 174.1º 0.77% 0.31% -
XYZ 4.25 6.2 7.28 -
YUV 60.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 18 79 73 0.77 0 0.08 0.69 174.1 0.63 0.19
Hex 12 4F 49 4D 0 8 45 AE 3F 13
Octal 22 117 111 115 0 10 105 256 77 23
Binary 10010 1001111 1001001 1001101 0 1000 1000101 10101110 111111 10011

Color Harmonies of #124F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F49

Black with #124F49

Text Example


Text Example

White with #124F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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