Html Css Color HEX #124F4C Cyprus

📋 copy color: '#124F4C'

red 18 ◦ green 79 ◦ blue 76

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

Shades of Cyprus #124F4C

Tints of Cyprus #124F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.93%

R = 10.4%
G = 45.66%
B = 43.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#124F4C (or 0x124F4C) is known color: Cyprus. HEX triplet: 12, 4F and 4C. RGB value is (18,79,76). Sum of RGB (Red+Green+Blue) = 18+79+76=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #124F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F4C is #EDB0B3. Grayscale: #3C3C3C. Windows color (decimal): -15577268 or 5000978. OLE color: 5000978.

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

Color convert

RGB 18 79 76 -
CMYK 0.77 0 0.04 0.69
HSL 177.05º 0.63% 0.19% -
HSV(B) 177.05º 0.77% 0.31% -
XYZ 4.35 6.24 7.81 -
YUV 60.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 18 79 76 0.77 0 0.04 0.69 177.05 0.63 0.19
Hex 12 4F 4C 4D 0 4 45 B1 3F 13
Octal 22 117 114 115 0 4 105 261 77 23
Binary 10010 1001111 1001100 1001101 0 100 1000101 10110001 111111 10011

Color Harmonies of #124F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F4C

Black with #124F4C

Text Example


Text Example

White with #124F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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