Html Css Color HEX #083D3C Cyprus

📋 copy color: '#083D3C'

red 8 ◦ green 61 ◦ blue 60

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

Shades of Cyprus #083D3C

Tints of Cyprus #083D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 46.51%

R = 6.2%
G = 47.29%
B = 46.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#083D3C (or 0x083D3C) is known color: Cyprus. HEX triplet: 08, 3D and 3C. RGB value is (8,61,60). Sum of RGB (Red+Green+Blue) = 8+61+60=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #083D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083D3C is #F7C2C3. Grayscale: #2C2C2C. Windows color (decimal): -16237252 or 3947784. OLE color: 3947784.

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

Color convert

RGB 8 61 60 -
CMYK 0.87 0 0.02 0.76
HSL 178.87º 0.77% 0.14% -
HSV(B) 178.87º 0.87% 0.24% -
XYZ 2.58 3.72 4.86 -
YUV 45.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 8 61 60 0.87 0 0.02 0.76 178.87 0.77 0.14
Hex 8 3D 3C 57 0 2 4C B3 4D E
Octal 10 75 74 127 0 2 114 263 115 16
Binary 1000 111101 111100 1010111 0 10 1001100 10110011 1001101 1110

Color Harmonies of #083D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D3C

Black with #083D3C

Text Example


Text Example

White with #083D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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