#083E40

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

Shades of Cyprus #083E40

Tints of Cyprus #083E40

Color information

#083E40 (or 0x083E40) is unknown color: approx Cyprus. HEX triplet: 08, 3E and 40. RGB value is (8,62,64). Sum of RGB (Red+Green+Blue) = 8+62+64=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #083E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083E40 is #F7C1BF. Grayscale: #2E2E2E. Windows color (decimal): -16236992 or 4210184. OLE color: 4210184.

HSL color Cylindrical-coordinate representation of color #083E40: hue angle of 182.14º 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 #083E40 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB86264-
CMYK0.870.0300.75
HSL182.14º77.78%14.12%-
HSV(B)182.14º87.5%25.1%-
XYZ2.753.875.45-
YUV46.08138.11100.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 62 (24.61% from 255) = 46.27%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=5.97%
G=46.27%
B=47.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal862640.870.0300.75182.1477.7814.12
Hex83E4057304Bb64ee
Octal10761001273011326611616
Binary10001111101000000101011111010010111011011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083E40; }

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

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

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

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

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

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

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

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