Html Css Color HEX #124E50 Cyprus

📋 copy color: '#124E50'

red 18 ◦ green 78 ◦ blue 80

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

Shades of Cyprus #124E50

Tints of Cyprus #124E50

RGB

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

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

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

R = 10.23%
G = 44.32%
B = 45.45%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#124E50 (or 0x124E50) is known color: Cyprus. HEX triplet: 12, 4E and 50. RGB value is (18,78,80). Sum of RGB (Red+Green+Blue) = 18+78+80=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #124E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E50 is #EDB1AF. Grayscale: #3C3C3C. Windows color (decimal): -15577520 or 5262866. OLE color: 5262866.

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

Color convert

RGB 18 78 80 -
CMYK 0.78 0.02 0 0.69
HSL 181.94º 0.63% 0.19% -
HSV(B) 181.94º 0.78% 0.31% -
XYZ 4.42 6.16 8.54 -
YUV 60.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 18 78 80 0.78 0.02 0 0.69 181.94 0.63 0.19
Hex 12 4E 50 4E 2 0 45 B6 3F 13
Octal 22 116 120 116 2 0 105 266 77 23
Binary 10010 1001110 1010000 1001110 10 0 1000101 10110110 111111 10011

Color Harmonies of #124E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E50

Black with #124E50

Text Example


Text Example

White with #124E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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