Html Css Color HEX #124744 Cyprus

📋 copy color: '#124744'

red 18 ◦ green 71 ◦ blue 68

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

Shades of Cyprus #124744

Tints of Cyprus #124744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.31%

R = 11.46%
G = 45.22%
B = 43.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#124744 (or 0x124744) is known color: Cyprus. HEX triplet: 12, 47 and 44. RGB value is (18,71,68). Sum of RGB (Red+Green+Blue) = 18+71+68=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #124744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124744 is #EDB8BB. Grayscale: #363636. Windows color (decimal): -15579324 or 4474642. OLE color: 4474642.

HSL color Cylindrical-coordinate representation of color #124744: hue angle of 176.6º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124744 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 68 -
CMYK 0.75 0 0.04 0.72
HSL 176.6º 0.6% 0.17% -
HSV(B) 176.6º 0.75% 0.28% -
XYZ 3.55 5.05 6.26 -
YUV 54.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 18 71 68 0.75 0 0.04 0.72 176.6 0.6 0.17
Hex 12 47 44 4B 0 4 48 B1 3C 11
Octal 22 107 104 113 0 4 110 261 74 21
Binary 10010 1000111 1000100 1001011 0 100 1001000 10110001 111100 10001

Color Harmonies of #124744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124744

Black with #124744

Text Example


Text Example

White with #124744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124744; }

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

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

background-color css

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

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

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

border-color css

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

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

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