Html Css Color HEX #065540 Deep Teal

📋 copy color: '#065540'

red 6 ◦ green 85 ◦ blue 64

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

Shades of Deep Teal #065540

Tints of Deep Teal #065540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.84%

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

R = 3.87%
G = 54.84%
B = 41.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#065540 (or 0x065540) is known color: Deep Teal. HEX triplet: 06, 55 and 40. RGB value is (6,85,64). Sum of RGB (Red+Green+Blue) = 6+85+64=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #065540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065540 is #F9AABF. Grayscale: #3A3A3A. Windows color (decimal): -16362176 or 4216070. OLE color: 4216070.

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

Color convert

RGB 6 85 64 -
CMYK 0.93 0 0.25 0.67
HSL 164.05º 0.87% 0.18% -
HSV(B) 164.05º 0.93% 0.33% -
XYZ 4.25 6.91 5.96 -
YUV 58.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 6 85 64 0.93 0 0.25 0.67 164.05 0.87 0.18
Hex 6 55 40 5D 0 19 43 A4 57 12
Octal 6 125 100 135 0 31 103 244 127 22
Binary 110 1010101 1000000 1011101 0 11001 1000011 10100100 1010111 10010

Color Harmonies of #065540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065540

Black with #065540

Text Example


Text Example

White with #065540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065540; }

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

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

background-color css

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

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

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

border-color css

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

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

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