Html Css Color HEX #124A48 Cyprus

📋 copy color: '#124A48'

red 18 ◦ green 74 ◦ blue 72

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

Shades of Cyprus #124A48

Tints of Cyprus #124A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.12%

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

R = 10.98%
G = 45.12%
B = 43.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#124A48 (or 0x124A48) is known color: Cyprus. HEX triplet: 12, 4A and 48. RGB value is (18,74,72). Sum of RGB (Red+Green+Blue) = 18+74+72=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 74 - color contains mainly: green. Hex color #124A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A48 is #EDB5B7. Grayscale: #383838. Windows color (decimal): -15578552 or 4737554. OLE color: 4737554.

HSL color Cylindrical-coordinate representation of color #124A48: hue angle of 177.86º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A48 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 74 72 -
CMYK 0.76 0 0.03 0.71
HSL 177.86º 0.61% 0.18% -
HSV(B) 177.86º 0.76% 0.29% -
XYZ 3.87 5.49 6.99 -
YUV 57.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 18 74 72 0.76 0 0.03 0.71 177.86 0.61 0.18
Hex 12 4A 48 4C 0 3 47 B2 3D 12
Octal 22 112 110 114 0 3 107 262 75 22
Binary 10010 1001010 1001000 1001100 0 11 1000111 10110010 111101 10010

Color Harmonies of #124A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A48

Black with #124A48

Text Example


Text Example

White with #124A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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