Html Css Color HEX #125451 Cyprus

📋 copy color: '#125451'

red 18 ◦ green 84 ◦ blue 81

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

Shades of Cyprus #125451

Tints of Cyprus #125451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 44.26%

R = 9.84%
G = 45.9%
B = 44.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#125451 (or 0x125451) is known color: Cyprus. HEX triplet: 12, 54 and 51. RGB value is (18,84,81). Sum of RGB (Red+Green+Blue) = 18+84+81=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #125451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125451 is #EDABAE. Grayscale: #3F3F3F. Windows color (decimal): -15575983 or 5329938. OLE color: 5329938.

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

Color convert

RGB 18 84 81 -
CMYK 0.79 0 0.04 0.67
HSL 177.27º 0.65% 0.2% -
HSV(B) 177.27º 0.79% 0.33% -
XYZ 4.9 7.06 8.89 -
YUV 63.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 18 84 81 0.79 0 0.04 0.67 177.27 0.65 0.2
Hex 12 54 51 4F 0 4 43 B1 41 14
Octal 22 124 121 117 0 4 103 261 101 24
Binary 10010 1010100 1010001 1001111 0 100 1000011 10110001 1000001 10100

Color Harmonies of #125451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125451

Black with #125451

Text Example


Text Example

White with #125451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125451; }

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

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

background-color css

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

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

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

border-color css

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

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

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