Html Css Color HEX #083E3F Cyprus

📋 copy color: '#083E3F'

red 8 ◦ green 62 ◦ blue 63

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

Shades of Cyprus #083E3F

Tints of Cyprus #083E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 46.62%

 BLUE value IS 63 (25% from 255) = 47.37%

R = 6.02%
G = 46.62%
B = 47.37%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083E3F (or 0x083E3F) is known color: Cyprus. HEX triplet: 08, 3E and 3F. RGB value is (8,62,63). Sum of RGB (Red+Green+Blue) = 8+62+63=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #083E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083E3F is #F7C1C0. Grayscale: #2D2D2D. Windows color (decimal): -16236993 or 4144648. OLE color: 4144648.

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

Color convert

RGB 8 62 63 -
CMYK 0.87 0.02 0 0.75
HSL 181.09º 0.77% 0.14% -
HSV(B) 181.09º 0.87% 0.25% -
XYZ 2.72 3.86 5.3 -
YUV 45.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 8 62 63 0.87 0.02 0 0.75 181.09 0.77 0.14
Hex 8 3E 3F 57 2 0 4B B5 4D E
Octal 10 76 77 127 2 0 113 265 115 16
Binary 1000 111110 111111 1010111 10 0 1001011 10110101 1001101 1110

Color Harmonies of #083E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E3F

Black with #083E3F

Text Example


Text Example

White with #083E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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