#12423F

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

Shades of Cyprus #12423F

Tints of Cyprus #12423F

Color information

#12423F (or 0x12423F) is unknown color: approx Cyprus. HEX triplet: 12, 42 and 3F. RGB value is (18,66,63). Sum of RGB (Red+Green+Blue) = 18+66+63=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #12423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12423F is #EDBDC0. Grayscale: #333333. Windows color (decimal): -15580609 or 4145682. OLE color: 4145682.

HSL color Cylindrical-coordinate representation of color #12423F: hue angle of 176.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12423F is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB186663-
CMYK0.7300.050.74
HSL176.25º57.14%16.47%-
HSV(B)176.25º72.73%25.88%-
XYZ3.094.385.39-
YUV51.31134.6104.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 63 (25% from 255) = 42.86%
R=12.24%
G=44.90%
B=42.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866630.7300.050.74176.2557.1416.47
Hex12423F49054Ab03910
Octal2210277111051122607120
Binary1001010000101111111001001010110010101011000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12423F; }

 p { color: rgb(18,66,63); }

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

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

 a { background-color: rgb(18,66,63); }

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

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

 span { border-color: rgb(18,66,63); }

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