#083B3B

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

Shades of Cyprus #083B3B

Tints of Cyprus #083B3B

Color information

#083B3B (or 0x083B3B) is unknown color: approx Cyprus. HEX triplet: 08, 3B and 3B. RGB value is (8,59,59). Sum of RGB (Red+Green+Blue) = 8+59+59=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: green, blue. Hex color #083B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B3B is #F7C4C4. Grayscale: #2B2B2B. Windows color (decimal): -16237765 or 3881736. OLE color: 3881736.

HSL color Cylindrical-coordinate representation of color #083B3B: hue angle of 180º 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 #083B3B is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB85959-
CMYK0.86000.77
HSL180º76.12%13.14%-
HSV(B)180º86.44%23.14%-
XYZ2.453.54.68-
YUV43.75136.6102.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 59 (23.44% from 255) = 46.83%
BLUE value IS 59 (23.44% from 255) = 46.83%
R=6.35%
G=46.83%
B=46.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal859590.86000.7718076.1213.14
Hex83B3B56004Db44cd
Octal1073731260011526411415
Binary100011101111101110101100010011011011010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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