Html Css Color HEX #125049 Cyprus

📋 copy color: '#125049'

red 18 ◦ green 80 ◦ blue 73

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

Shades of Cyprus #125049

Tints of Cyprus #125049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.78%

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

R = 10.53%
G = 46.78%
B = 42.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#125049 (or 0x125049) is known color: Cyprus. HEX triplet: 12, 50 and 49. RGB value is (18,80,73). Sum of RGB (Red+Green+Blue) = 18+80+73=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #125049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125049 is #EDAFB6. Grayscale: #3C3C3C. Windows color (decimal): -15577015 or 4804626. OLE color: 4804626.

HSL color Cylindrical-coordinate representation of color #125049: hue angle of 173.23º 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 #125049 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 73 -
CMYK 0.78 0 0.09 0.69
HSL 173.23º 0.63% 0.19% -
HSV(B) 173.23º 0.78% 0.31% -
XYZ 4.32 6.35 7.3 -
YUV 60.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 18 80 73 0.78 0 0.09 0.69 173.23 0.63 0.19
Hex 12 50 49 4E 0 9 45 AD 3F 13
Octal 22 120 111 116 0 11 105 255 77 23
Binary 10010 1010000 1001001 1001110 0 1001 1000101 10101101 111111 10011

Color Harmonies of #125049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125049

Black with #125049

Text Example


Text Example

White with #125049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125049; }

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

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

background-color css

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

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

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

border-color css

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

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

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