Html Css Color HEX #125449 Cyprus

📋 copy color: '#125449'

red 18 ◦ green 84 ◦ blue 73

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

Shades of Cyprus #125449

Tints of Cyprus #125449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 10.29%
G = 48%
B = 41.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#125449 (or 0x125449) is known color: Cyprus. HEX triplet: 12, 54 and 49. RGB value is (18,84,73). Sum of RGB (Red+Green+Blue) = 18+84+73=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #125449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125449 is #EDABB6. Grayscale: #3E3E3E. Windows color (decimal): -15575991 or 4805650. OLE color: 4805650.

HSL color Cylindrical-coordinate representation of color #125449: hue angle of 170º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125449 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 73 -
CMYK 0.79 0 0.13 0.67
HSL 170º 0.65% 0.2% -
HSV(B) 170º 0.79% 0.33% -
XYZ 4.62 6.95 7.4 -
YUV 63.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 18 84 73 0.79 0 0.13 0.67 170 0.65 0.2
Hex 12 54 49 4F 0 D 43 AA 41 14
Octal 22 124 111 117 0 15 103 252 101 24
Binary 10010 1010100 1001001 1001111 0 1101 1000011 10101010 1000001 10100

Color Harmonies of #125449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125449

Black with #125449

Text Example


Text Example

White with #125449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125449; }

 p { color: rgb(18,84,73); }

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

background-color css

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

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

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

border-color css

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

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

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