Html Css Color HEX #124F48 Cyprus

📋 copy color: '#124F48'

red 18 ◦ green 79 ◦ blue 72

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

Shades of Cyprus #124F48

Tints of Cyprus #124F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.75%

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 10.65%
G = 46.75%
B = 42.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#124F48 (or 0x124F48) is known color: Cyprus. HEX triplet: 12, 4F and 48. RGB value is (18,79,72). Sum of RGB (Red+Green+Blue) = 18+79+72=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #124F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F48 is #EDB0B7. Grayscale: #3B3B3B. Windows color (decimal): -15577272 or 4738834. OLE color: 4738834.

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

Color convert

RGB 18 79 72 -
CMYK 0.77 0 0.09 0.69
HSL 173.11º 0.63% 0.19% -
HSV(B) 173.11º 0.77% 0.31% -
XYZ 4.22 6.19 7.1 -
YUV 59.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 18 79 72 0.77 0 0.09 0.69 173.11 0.63 0.19
Hex 12 4F 48 4D 0 9 45 AD 3F 13
Octal 22 117 110 115 0 11 105 255 77 23
Binary 10010 1001111 1001000 1001101 0 1001 1000101 10101101 111111 10011

Color Harmonies of #124F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F48

Black with #124F48

Text Example


Text Example

White with #124F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,72); }

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

background-color css

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

 a { background-color: rgb(18,79,72); }

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

border-color css

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

 span { border-color: rgb(18,79,72); }

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