#003F40

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

Shades of Cyprus #003F40

Tints of Cyprus #003F40

Color information

#003F40 (or 0x003F40) is unknown color: approx Cyprus. HEX triplet: 00, 3F and 40. RGB value is (0,63,64). Sum of RGB (Red+Green+Blue) = 0+63+64=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #003F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F40 is #FFC0BF. Grayscale: #2C2C2C. Windows color (decimal): -16761024 or 4210432. OLE color: 4210432.

HSL color Cylindrical-coordinate representation of color #003F40: hue angle of 180.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F40 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB06364-
CMYK10.0200.75
HSL180.94º100%12.55%-
HSV(B)180.94º100%25.1%-
XYZ2.73.935.47-
YUV44.28139.1396.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 49.61%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=0%
G=49.61%
B=50.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0636410.0200.75180.9410012.55
Hex03F4064204Bb564d
Octal0771001442011326514415
Binary01111111000000110010010010010111011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003F40; }

 p { color: rgb(0,63,64); }

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

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

 a { background-color: rgb(0,63,64); }

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

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

 span { border-color: rgb(0,63,64); }

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