Html Css Color HEX #124E49 Cyprus

📋 copy color: '#124E49'

red 18 ◦ green 78 ◦ blue 73

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

Shades of Cyprus #124E49

Tints of Cyprus #124E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.15%

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

R = 10.65%
G = 46.15%
B = 43.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#124E49 (or 0x124E49) is known color: Cyprus. HEX triplet: 12, 4E and 49. RGB value is (18,78,73). Sum of RGB (Red+Green+Blue) = 18+78+73=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 78 - color contains mainly: green. Hex color #124E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E49 is #EDB1B6. Grayscale: #3B3B3B. Windows color (decimal): -15577527 or 4804114. OLE color: 4804114.

HSL color Cylindrical-coordinate representation of color #124E49: hue angle of 175º degrees, saturation: 0.62, 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 #124E49 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 78 73 -
CMYK 0.77 0 0.06 0.69
HSL 175º 0.63% 0.19% -
HSV(B) 175º 0.77% 0.31% -
XYZ 4.18 6.06 7.25 -
YUV 59.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 18 78 73 0.77 0 0.06 0.69 175 0.63 0.19
Hex 12 4E 49 4D 0 6 45 AF 3E 13
Octal 22 116 111 115 0 6 105 257 76 23
Binary 10010 1001110 1001001 1001101 0 110 1000101 10101111 111110 10011

Color Harmonies of #124E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E49

Black with #124E49

Text Example


Text Example

White with #124E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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