Html Css Color HEX #124A50 Cyprus

📋 copy color: '#124A50'

red 18 ◦ green 74 ◦ blue 80

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

Shades of Cyprus #124A50

Tints of Cyprus #124A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.02%

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

R = 10.47%
G = 43.02%
B = 46.51%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#124A50 (or 0x124A50) is known color: Cyprus. HEX triplet: 12, 4A and 50. RGB value is (18,74,80). Sum of RGB (Red+Green+Blue) = 18+74+80=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #124A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A50 is #EDB5AF. Grayscale: #393939. Windows color (decimal): -15578544 or 5261842. OLE color: 5261842.

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

Color convert

RGB 18 74 80 -
CMYK 0.78 0.08 0 0.69
HSL 185.81º 0.63% 0.19% -
HSV(B) 185.81º 0.78% 0.31% -
XYZ 4.15 5.61 8.45 -
YUV 57.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 18 74 80 0.78 0.08 0 0.69 185.81 0.63 0.19
Hex 12 4A 50 4E 8 0 45 BA 3F 13
Octal 22 112 120 116 10 0 105 272 77 23
Binary 10010 1001010 1010000 1001110 1000 0 1000101 10111010 111111 10011

Color Harmonies of #124A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A50

Black with #124A50

Text Example


Text Example

White with #124A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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