Html Css Color HEX #075240 Deep Teal

📋 copy color: '#075240'

red 7 ◦ green 82 ◦ blue 64

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

Shades of Deep Teal #075240

Tints of Deep Teal #075240

RGB

 RED value IS 7 (3.13% from 255) = 4.58%

 GREEN value IS 82 (32.42% from 255) = 53.59%

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

R = 4.58%
G = 53.59%
B = 41.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#075240 (or 0x075240) is known color: Deep Teal. HEX triplet: 07, 52 and 40. RGB value is (7,82,64). Sum of RGB (Red+Green+Blue) = 7+82+64=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #075240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075240 is #F8ADBF. Grayscale: #393939. Windows color (decimal): -16297408 or 4215303. OLE color: 4215303.

HSL color Cylindrical-coordinate representation of color #075240: hue angle of 165.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075240 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 82 64 -
CMYK 0.91 0 0.22 0.68
HSL 165.6º 0.84% 0.17% -
HSV(B) 165.6º 0.91% 0.32% -
XYZ 4.03 6.45 5.88 -
YUV 57.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 7 82 64 0.91 0 0.22 0.68 165.6 0.84 0.17
Hex 7 52 40 5B 0 16 44 A6 54 11
Octal 7 122 100 133 0 26 104 246 124 21
Binary 111 1010010 1000000 1011011 0 10110 1000100 10100110 1010100 10001

Color Harmonies of #075240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075240

Black with #075240

Text Example


Text Example

White with #075240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075240; }

 p { color: rgb(7,82,64); }

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

background-color css

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

 a { background-color: rgb(7,82,64); }

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

border-color css

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

 span { border-color: rgb(7,82,64); }

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