Html Css Color HEX #124944 Cyprus

📋 copy color: '#124944'

red 18 ◦ green 73 ◦ blue 68

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

Shades of Cyprus #124944

Tints of Cyprus #124944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.91%

 BLUE value IS 68 (26.95% from 255) = 42.77%

R = 11.32%
G = 45.91%
B = 42.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#124944 (or 0x124944) is known color: Cyprus. HEX triplet: 12, 49 and 44. RGB value is (18,73,68). Sum of RGB (Red+Green+Blue) = 18+73+68=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #124944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124944 is #EDB6BB. Grayscale: #373737. Windows color (decimal): -15578812 or 4475154. OLE color: 4475154.

HSL color Cylindrical-coordinate representation of color #124944: hue angle of 174.55º 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 #124944 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 68 -
CMYK 0.75 0 0.07 0.71
HSL 174.55º 0.6% 0.18% -
HSV(B) 174.55º 0.75% 0.29% -
XYZ 3.68 5.31 6.3 -
YUV 55.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 18 73 68 0.75 0 0.07 0.71 174.55 0.6 0.18
Hex 12 49 44 4B 0 7 47 AF 3C 12
Octal 22 111 104 113 0 7 107 257 74 22
Binary 10010 1001001 1000100 1001011 0 111 1000111 10101111 111100 10010

Color Harmonies of #124944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124944

Black with #124944

Text Example


Text Example

White with #124944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124944; }

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

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

background-color css

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

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

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

border-color css

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

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

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