Html Css Color HEX #124D50 Cyprus

📋 copy color: '#124D50'

red 18 ◦ green 77 ◦ blue 80

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

Shades of Cyprus #124D50

Tints of Cyprus #124D50

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44%

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

R = 10.29%
G = 44%
B = 45.71%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#124D50 (or 0x124D50) is known color: Cyprus. HEX triplet: 12, 4D and 50. RGB value is (18,77,80). Sum of RGB (Red+Green+Blue) = 18+77+80=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #124D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D50 is #EDB2AF. Grayscale: #3B3B3B. Windows color (decimal): -15577776 or 5262610. OLE color: 5262610.

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

Color convert

RGB 18 77 80 -
CMYK 0.78 0.04 0 0.69
HSL 182.9º 0.63% 0.19% -
HSV(B) 182.9º 0.78% 0.31% -
XYZ 4.35 6.02 8.52 -
YUV 59.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 18 77 80 0.78 0.04 0 0.69 182.9 0.63 0.19
Hex 12 4D 50 4E 4 0 45 B7 3F 13
Octal 22 115 120 116 4 0 105 267 77 23
Binary 10010 1001101 1010000 1001110 100 0 1000101 10110111 111111 10011

Color Harmonies of #124D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D50

Black with #124D50

Text Example


Text Example

White with #124D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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