Html Css Color HEX #125453 Cyprus

📋 copy color: '#125453'

red 18 ◦ green 84 ◦ blue 83

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

Shades of Cyprus #125453

Tints of Cyprus #125453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 9.73%
G = 45.41%
B = 44.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#125453 (or 0x125453) is known color: Cyprus. HEX triplet: 12, 54 and 53. RGB value is (18,84,83). Sum of RGB (Red+Green+Blue) = 18+84+83=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #125453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125453 is #EDABAC. Grayscale: #404040. Windows color (decimal): -15575981 or 5461010. OLE color: 5461010.

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

Color convert

RGB 18 84 83 -
CMYK 0.79 0 0.01 0.67
HSL 179.09º 0.65% 0.2% -
HSV(B) 179.09º 0.79% 0.33% -
XYZ 4.98 7.09 9.29 -
YUV 64.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 18 84 83 0.79 0 0.01 0.67 179.09 0.65 0.2
Hex 12 54 53 4F 0 1 43 B3 41 14
Octal 22 124 123 117 0 1 103 263 101 24
Binary 10010 1010100 1010011 1001111 0 1 1000011 10110011 1000001 10100

Color Harmonies of #125453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125453

Black with #125453

Text Example


Text Example

White with #125453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125453; }

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

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

background-color css

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

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

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

border-color css

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

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

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