Html Css Color HEX #065340 Deep Teal

📋 copy color: '#065340'

red 6 ◦ green 83 ◦ blue 64

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

Shades of Deep Teal #065340

Tints of Deep Teal #065340

RGB

 RED value IS 6 (2.73% from 255) = 3.92%

 GREEN value IS 83 (32.81% from 255) = 54.25%

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

R = 3.92%
G = 54.25%
B = 41.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#065340 (or 0x065340) is known color: Deep Teal. HEX triplet: 06, 53 and 40. RGB value is (6,83,64). Sum of RGB (Red+Green+Blue) = 6+83+64=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #065340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065340 is #F9ACBF. Grayscale: #393939. Windows color (decimal): -16362688 or 4215558. OLE color: 4215558.

HSL color Cylindrical-coordinate representation of color #065340: hue angle of 165.19º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065340 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 64 -
CMYK 0.93 0 0.23 0.67
HSL 165.19º 0.87% 0.17% -
HSV(B) 165.19º 0.93% 0.33% -
XYZ 4.09 6.6 5.91 -
YUV 57.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 6 83 64 0.93 0 0.23 0.67 165.19 0.87 0.17
Hex 6 53 40 5D 0 17 43 A5 57 11
Octal 6 123 100 135 0 27 103 245 127 21
Binary 110 1010011 1000000 1011101 0 10111 1000011 10100101 1010111 10001

Color Harmonies of #065340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065340

Black with #065340

Text Example


Text Example

White with #065340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065340; }

 p { color: rgb(6,83,64); }

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

background-color css

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

 a { background-color: rgb(6,83,64); }

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

border-color css

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

 span { border-color: rgb(6,83,64); }

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