Html Css Color HEX #124E51 Cyprus

📋 copy color: '#124E51'

red 18 ◦ green 78 ◦ blue 81

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

Shades of Cyprus #124E51

Tints of Cyprus #124E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 45.76%

R = 10.17%
G = 44.07%
B = 45.76%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#124E51 (or 0x124E51) is known color: Cyprus. HEX triplet: 12, 4E and 51. RGB value is (18,78,81). Sum of RGB (Red+Green+Blue) = 18+78+81=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #124E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E51 is #EDB1AE. Grayscale: #3C3C3C. Windows color (decimal): -15577519 or 5328402. OLE color: 5328402.

HSL color Cylindrical-coordinate representation of color #124E51: hue angle of 182.86º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124E51 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 78 81 -
CMYK 0.78 0.04 0 0.68
HSL 182.86º 0.64% 0.19% -
HSV(B) 182.86º 0.78% 0.32% -
XYZ 4.46 6.17 8.74 -
YUV 60.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 18 78 81 0.78 0.04 0 0.68 182.86 0.64 0.19
Hex 12 4E 51 4E 4 0 44 B7 40 13
Octal 22 116 121 116 4 0 104 267 100 23
Binary 10010 1001110 1010001 1001110 100 0 1000100 10110111 1000000 10011

Color Harmonies of #124E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E51

Black with #124E51

Text Example


Text Example

White with #124E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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