#083B38

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

Shades of Cyprus #083B38

Tints of Cyprus #083B38

Color information

#083B38 (or 0x083B38) is unknown color: approx Cyprus. HEX triplet: 08, 3B and 38. RGB value is (8,59,56). Sum of RGB (Red+Green+Blue) = 8+59+56=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #083B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B38 is #F7C4C7. Grayscale: #2B2B2B. Windows color (decimal): -16237768 or 3685128. OLE color: 3685128.

HSL color Cylindrical-coordinate representation of color #083B38: hue angle of 176.47º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083B38 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB85956-
CMYK0.8600.050.77
HSL176.47º76.12%13.14%-
HSV(B)176.47º86.44%23.14%-
XYZ2.383.474.28-
YUV43.41135.1102.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 59 (23.44% from 255) = 47.97%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=6.50%
G=47.97%
B=45.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal859560.8600.050.77176.4776.1213.14
Hex83B3856054Db04cd
Octal1073701260511526011415
Binary10001110111110001010110010110011011011000010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,59,56); }

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

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

 a { background-color: rgb(8,59,56); }

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

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

 span { border-color: rgb(8,59,56); }

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