Html Css Color HEX #124A4C Cyprus

📋 copy color: '#124A4C'

red 18 ◦ green 74 ◦ blue 76

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

Shades of Cyprus #124A4C

Tints of Cyprus #124A4C

RGB

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

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

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

R = 10.71%
G = 44.05%
B = 45.24%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#124A4C (or 0x124A4C) is known color: Cyprus. HEX triplet: 12, 4A and 4C. RGB value is (18,74,76). Sum of RGB (Red+Green+Blue) = 18+74+76=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #124A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A4C is #EDB5B3. Grayscale: #393939. Windows color (decimal): -15578548 or 4999698. OLE color: 4999698.

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

Color convert

RGB 18 74 76 -
CMYK 0.76 0.03 0 0.70
HSL 182.07º 0.62% 0.18% -
HSV(B) 182.07º 0.76% 0.3% -
XYZ 4 5.55 7.7 -
YUV 57.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 18 74 76 0.76 0.03 0 0.70 182.07 0.62 0.18
Hex 12 4A 4C 4C 3 0 46 B6 3E 12
Octal 22 112 114 114 3 0 106 266 76 22
Binary 10010 1001010 1001100 1001100 11 0 1000110 10110110 111110 10010

Color Harmonies of #124A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A4C

Black with #124A4C

Text Example


Text Example

White with #124A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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