Html Css Color HEX #124751 Cyprus

📋 copy color: '#124751'

red 18 ◦ green 71 ◦ blue 81

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

Shades of Cyprus #124751

Tints of Cyprus #124751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.76%

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

R = 10.59%
G = 41.76%
B = 47.65%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#124751 (or 0x124751) is known color: Cyprus. HEX triplet: 12, 47 and 51. RGB value is (18,71,81). Sum of RGB (Red+Green+Blue) = 18+71+81=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #124751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124751 is #EDB8AE. Grayscale: #383838. Windows color (decimal): -15579311 or 5326610. OLE color: 5326610.

HSL color Cylindrical-coordinate representation of color #124751: hue angle of 189.52º 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 #124751 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 71 81 -
CMYK 0.78 0.12 0 0.68
HSL 189.52º 0.64% 0.19% -
HSV(B) 189.52º 0.78% 0.32% -
XYZ 3.99 5.23 8.58 -
YUV 56.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 18 71 81 0.78 0.12 0 0.68 189.52 0.64 0.19
Hex 12 47 51 4E C 0 44 BE 40 13
Octal 22 107 121 116 14 0 104 276 100 23
Binary 10010 1000111 1010001 1001110 1100 0 1000100 10111110 1000000 10011

Color Harmonies of #124751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124751

Black with #124751

Text Example


Text Example

White with #124751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124751; }

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

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

background-color css

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

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

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

border-color css

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

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

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