Html Css Color HEX #124950 Cyprus

📋 copy color: '#124950'

red 18 ◦ green 73 ◦ blue 80

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

Shades of Cyprus #124950

Tints of Cyprus #124950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 46.78%

R = 10.53%
G = 42.69%
B = 46.78%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#124950 (or 0x124950) is known color: Cyprus. HEX triplet: 12, 49 and 50. RGB value is (18,73,80). Sum of RGB (Red+Green+Blue) = 18+73+80=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #124950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124950 is #EDB6AF. Grayscale: #393939. Windows color (decimal): -15578800 or 5261586. OLE color: 5261586.

HSL color Cylindrical-coordinate representation of color #124950: hue angle of 186.77º 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 #124950 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 73 80 -
CMYK 0.78 0.09 0 0.69
HSL 186.77º 0.63% 0.19% -
HSV(B) 186.77º 0.78% 0.31% -
XYZ 4.08 5.47 8.43 -
YUV 57.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 18 73 80 0.78 0.09 0 0.69 186.77 0.63 0.19
Hex 12 49 50 4E 9 0 45 BB 3F 13
Octal 22 111 120 116 11 0 105 273 77 23
Binary 10010 1001001 1010000 1001110 1001 0 1000101 10111011 111111 10011

Color Harmonies of #124950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124950

Black with #124950

Text Example


Text Example

White with #124950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124950; }

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

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

background-color css

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

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

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

border-color css

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

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

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