Html Css Color HEX #124E52 Cyprus

📋 copy color: '#124E52'

red 18 ◦ green 78 ◦ blue 82

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

Shades of Cyprus #124E52

Tints of Cyprus #124E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 10.11%
G = 43.82%
B = 46.07%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#124E52 (or 0x124E52) is known color: Cyprus. HEX triplet: 12, 4E and 52. RGB value is (18,78,82). Sum of RGB (Red+Green+Blue) = 18+78+82=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #124E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E52 is #EDB1AD. Grayscale: #3C3C3C. Windows color (decimal): -15577518 or 5393938. OLE color: 5393938.

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

Color convert

RGB 18 78 82 -
CMYK 0.78 0.05 0 0.68
HSL 183.75º 0.64% 0.2% -
HSV(B) 183.75º 0.78% 0.32% -
XYZ 4.5 6.19 8.94 -
YUV 60.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 18 78 82 0.78 0.05 0 0.68 183.75 0.64 0.2
Hex 12 4E 52 4E 5 0 44 B8 40 14
Octal 22 116 122 116 5 0 104 270 100 24
Binary 10010 1001110 1010010 1001110 101 0 1000100 10111000 1000000 10100

Color Harmonies of #124E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E52

Black with #124E52

Text Example


Text Example

White with #124E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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