#12524B

Color #12524B Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #12524B

Tints of Cyprus #12524B

Color information

#12524B (or 0x12524B) is unknown color: approx Cyprus. HEX triplet: 12, 52 and 4B. RGB value is (18,82,75). Sum of RGB (Red+Green+Blue) = 18+82+75=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #12524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12524B is #EDADB4. Grayscale: #3E3E3E. Windows color (decimal): -15576501 or 4936210. OLE color: 4936210.

HSL color Cylindrical-coordinate representation of color #12524B: hue angle of 173.44º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12524B is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB188275-
CMYK0.7800.090.68
HSL173.44º64%19.61%-
HSV(B)173.44º78.05%32.16%-
XYZ4.546.677.71-
YUV62.07135.396.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=10.29%
G=46.86%
B=42.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882750.7800.090.68173.446419.61
Hex12524B4E0944ad4014
Octal2212211311601110425510024
Binary1001010100101001011100111001001100010010101101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12524B; }

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

 H1.HeaderClassName
 {
   color: #12524B;
 }
 .AnyTagClassName
 {
   color: #12524B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #12524B;
 }
 .BgClassName
 {
   background-color: #12524B;
 }
</style>
border-color css

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

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

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