Html Css Color HEX #125253 Cyprus

📋 copy color: '#125253'

red 18 ◦ green 82 ◦ blue 83

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

Shades of Cyprus #125253

Tints of Cyprus #125253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.81%

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

R = 9.84%
G = 44.81%
B = 45.36%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#125253 (or 0x125253) is known color: Cyprus. HEX triplet: 12, 52 and 53. RGB value is (18,82,83). Sum of RGB (Red+Green+Blue) = 18+82+83=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #125253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125253 is #EDADAC. Grayscale: #3E3E3E. Windows color (decimal): -15576493 or 5460498. OLE color: 5460498.

HSL color Cylindrical-coordinate representation of color #125253: hue angle of 180.92º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125253 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 82 83 -
CMYK 0.78 0.01 0 0.67
HSL 180.92º 0.64% 0.2% -
HSV(B) 180.92º 0.78% 0.33% -
XYZ 4.83 6.79 9.24 -
YUV 62.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 18 82 83 0.78 0.01 0 0.67 180.92 0.64 0.2
Hex 12 52 53 4E 1 0 43 B5 40 14
Octal 22 122 123 116 1 0 103 265 100 24
Binary 10010 1010010 1010011 1001110 1 0 1000011 10110101 1000000 10100

Color Harmonies of #125253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125253

Black with #125253

Text Example


Text Example

White with #125253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125253; }

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

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

background-color css

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

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

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

border-color css

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

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

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