Html Css Color HEX #125548 Cyprus

📋 copy color: '#125548'

red 18 ◦ green 85 ◦ blue 72

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

Shades of Cyprus #125548

Tints of Cyprus #125548

RGB

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

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

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

R = 10.29%
G = 48.57%
B = 41.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#125548 (or 0x125548) is known color: Cyprus. HEX triplet: 12, 55 and 48. RGB value is (18,85,72). Sum of RGB (Red+Green+Blue) = 18+85+72=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #125548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125548 is #EDAAB7. Grayscale: #3F3F3F. Windows color (decimal): -15575736 or 4740370. OLE color: 4740370.

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

Color convert

RGB 18 85 72 -
CMYK 0.79 0 0.15 0.67
HSL 168.36º 0.65% 0.2% -
HSV(B) 168.36º 0.79% 0.33% -
XYZ 4.67 7.09 7.25 -
YUV 63.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 18 85 72 0.79 0 0.15 0.67 168.36 0.65 0.2
Hex 12 55 48 4F 0 F 43 A8 41 14
Octal 22 125 110 117 0 17 103 250 101 24
Binary 10010 1010101 1001000 1001111 0 1111 1000011 10101000 1000001 10100

Color Harmonies of #125548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125548

Black with #125548

Text Example


Text Example

White with #125548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125548; }

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

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

background-color css

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

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

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

border-color css

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

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

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