Html Css Color HEX #083D40 Cyprus

📋 copy color: '#083D40'

red 8 ◦ green 61 ◦ blue 64

#083D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #083D40

Tints of Cyprus #083D40

RGB

 RED value IS 8 (3.52% from 255) = 6.02%

 GREEN value IS 61 (24.22% from 255) = 45.86%

 BLUE value IS 64 (25.39% from 255) = 48.12%

R = 6.02%
G = 45.86%
B = 48.12%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083D40 (or 0x083D40) is known color: Cyprus. HEX triplet: 08, 3D and 40. RGB value is (8,61,64). Sum of RGB (Red+Green+Blue) = 8+61+64=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #083D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083D40 is #F7C2BF. Grayscale: #2D2D2D. Windows color (decimal): -16237248 or 4209928. OLE color: 4209928.

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

Color convert

RGB 8 61 64 -
CMYK 0.87 0.05 0 0.75
HSL 183.21º 0.78% 0.14% -
HSV(B) 183.21º 0.88% 0.25% -
XYZ 2.69 3.76 5.43 -
YUV 45.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 8 61 64 0.87 0.05 0 0.75 183.21 0.78 0.14
Hex 8 3D 40 57 5 0 4B B7 4E E
Octal 10 75 100 127 5 0 113 267 116 16
Binary 1000 111101 1000000 1010111 101 0 1001011 10110111 1001110 1110

Color Harmonies of #083D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D40

Black with #083D40

Text Example


Text Example

White with #083D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #083D40;
 }
 .AnyTagClassName
 {
   color: #083D40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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