Html Css Color HEX #125448 Cyprus

📋 copy color: '#125448'

red 18 ◦ green 84 ◦ blue 72

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

Shades of Cyprus #125448

Tints of Cyprus #125448

RGB

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

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

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

R = 10.34%
G = 48.28%
B = 41.38%

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

#125448 (or 0x125448) is known color: Cyprus. HEX triplet: 12, 54 and 48. RGB value is (18,84,72). Sum of RGB (Red+Green+Blue) = 18+84+72=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #125448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125448 is #EDABB7. Grayscale: #3E3E3E. Windows color (decimal): -15575992 or 4740114. OLE color: 4740114.

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

Color convert

RGB 18 84 72 -
CMYK 0.79 0 0.14 0.67
HSL 169.09º 0.65% 0.2% -
HSV(B) 169.09º 0.79% 0.33% -
XYZ 4.59 6.94 7.23 -
YUV 62.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 18 84 72 0.79 0 0.14 0.67 169.09 0.65 0.2
Hex 12 54 48 4F 0 E 43 A9 41 14
Octal 22 124 110 117 0 16 103 251 101 24
Binary 10010 1010100 1001000 1001111 0 1110 1000011 10101001 1000001 10100

Color Harmonies of #125448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125448

Black with #125448

Text Example


Text Example

White with #125448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125448; }

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

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

background-color css

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

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

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

border-color css

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

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

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