Html Css Color HEX #124242 Cyprus

📋 copy color: '#124242'

red 18 ◦ green 66 ◦ blue 66

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

Shades of Cyprus #124242

Tints of Cyprus #124242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

 BLUE value IS 66 (26.17% from 255) = 44%

R = 12%
G = 44%
B = 44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#124242 (or 0x124242) is known color: Cyprus. HEX triplet: 12, 42 and 42. RGB value is (18,66,66). Sum of RGB (Red+Green+Blue) = 18+66+66=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #124242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124242 is #EDBDBD. Grayscale: #333333. Windows color (decimal): -15580606 or 4342290. OLE color: 4342290.

HSL color Cylindrical-coordinate representation of color #124242: hue angle of 180º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124242 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 66 -
CMYK 0.73 0 0 0.74
HSL 180º 0.57% 0.16% -
HSV(B) 180º 0.73% 0.26% -
XYZ 3.18 4.42 5.84 -
YUV 51.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 18 66 66 0.73 0 0 0.74 180 0.57 0.16
Hex 12 42 42 49 0 0 4A B4 39 10
Octal 22 102 102 111 0 0 112 264 71 20
Binary 10010 1000010 1000010 1001001 0 0 1001010 10110100 111001 10000

Color Harmonies of #124242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124242

Black with #124242

Text Example


Text Example

White with #124242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124242; }

 p { color: rgb(18,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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