#083940

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

Shades of Cyprus #083940

Tints of Cyprus #083940

Color information

#083940 (or 0x083940) is unknown color: approx Cyprus. HEX triplet: 08, 39 and 40. RGB value is (8,57,64). Sum of RGB (Red+Green+Blue) = 8+57+64=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #083940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083940 is #F7C6BF. Grayscale: #2B2B2B. Windows color (decimal): -16238272 or 4208904. OLE color: 4208904.

HSL color Cylindrical-coordinate representation of color #083940: hue angle of 187.5º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083940 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB85764-
CMYK0.870.1100.75
HSL187.5º77.78%14.12%-
HSV(B)187.5º87.5%25.1%-
XYZ2.493.355.37-
YUV43.15139.77102.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 57 (22.66% from 255) = 44.19%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=6.20%
G=44.19%
B=49.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal857640.870.1100.75187.577.7814.12
Hex8394057B04Bbc4ee
Octal107110012713011327411616
Binary1000111001100000010101111011010010111011110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083940; }

 p { color: rgb(8,57,64); }

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

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

 a { background-color: rgb(8,57,64); }

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

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

 span { border-color: rgb(8,57,64); }

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