Html Css Color HEX #125549 Cyprus

📋 copy color: '#125549'

red 18 ◦ green 85 ◦ blue 73

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

Shades of Cyprus #125549

Tints of Cyprus #125549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.3%

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

R = 10.23%
G = 48.3%
B = 41.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#125549 (or 0x125549) is known color: Cyprus. HEX triplet: 12, 55 and 49. RGB value is (18,85,73). Sum of RGB (Red+Green+Blue) = 18+85+73=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #125549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125549 is #EDAAB6. Grayscale: #3F3F3F. Windows color (decimal): -15575735 or 4805906. OLE color: 4805906.

HSL color Cylindrical-coordinate representation of color #125549: hue angle of 169.25º 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 #125549 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 73 -
CMYK 0.79 0 0.14 0.67
HSL 169.25º 0.65% 0.2% -
HSV(B) 169.25º 0.79% 0.33% -
XYZ 4.7 7.11 7.43 -
YUV 63.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 18 85 73 0.79 0 0.14 0.67 169.25 0.65 0.2
Hex 12 55 49 4F 0 E 43 A9 41 14
Octal 22 125 111 117 0 16 103 251 101 24
Binary 10010 1010101 1001001 1001111 0 1110 1000011 10101001 1000001 10100

Color Harmonies of #125549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125549

Black with #125549

Text Example


Text Example

White with #125549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125549; }

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

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

background-color css

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

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

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

border-color css

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

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

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