#12433F

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

Shades of Cyprus #12433F

Tints of Cyprus #12433F

Color information

#12433F (or 0x12433F) is unknown color: approx Cyprus. HEX triplet: 12, 43 and 3F. RGB value is (18,67,63). Sum of RGB (Red+Green+Blue) = 18+67+63=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #12433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12433F is #EDBCC0. Grayscale: #333333. Windows color (decimal): -15580353 or 4145938. OLE color: 4145938.

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

Color convert

RGB186763-
CMYK0.7300.060.74
HSL175.1º57.65%16.67%-
HSV(B)175.1º73.13%26.27%-
XYZ3.154.55.41-
YUV51.89134.27103.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 63 (25% from 255) = 42.57%
R=12.16%
G=45.27%
B=42.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867630.7300.060.74175.157.6516.67
Hex12433F49064Aaf3a11
Octal2210377111061122577221
Binary1001010000111111111001001011010010101010111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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