Html Css Color HEX #124B4E Cyprus

📋 copy color: '#124B4E'

red 18 ◦ green 75 ◦ blue 78

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

Shades of Cyprus #124B4E

Tints of Cyprus #124B4E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.86%

 BLUE value IS 78 (30.86% from 255) = 45.61%

R = 10.53%
G = 43.86%
B = 45.61%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#124B4E (or 0x124B4E) is known color: Cyprus. HEX triplet: 12, 4B and 4E. RGB value is (18,75,78). Sum of RGB (Red+Green+Blue) = 18+75+78=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #124B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B4E is #EDB4B1. Grayscale: #3A3A3A. Windows color (decimal): -15578290 or 5131026. OLE color: 5131026.

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

Color convert

RGB 18 75 78 -
CMYK 0.77 0.04 0 0.69
HSL 183º 0.63% 0.19% -
HSV(B) 183º 0.77% 0.31% -
XYZ 4.14 5.71 8.09 -
YUV 58.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 18 75 78 0.77 0.04 0 0.69 183 0.63 0.19
Hex 12 4B 4E 4D 4 0 45 B7 3E 13
Octal 22 113 116 115 4 0 105 267 76 23
Binary 10010 1001011 1001110 1001101 100 0 1000101 10110111 111110 10011

Color Harmonies of #124B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B4E

Black with #124B4E

Text Example


Text Example

White with #124B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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