Html Css Color HEX #07523D Deep Teal

📋 copy color: '#07523D'

red 7 ◦ green 82 ◦ blue 61

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

Shades of Deep Teal #07523D

Tints of Deep Teal #07523D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.67%

R = 4.67%
G = 54.67%
B = 40.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#07523D (or 0x07523D) is known color: Deep Teal. HEX triplet: 07, 52 and 3D. RGB value is (7,82,61). Sum of RGB (Red+Green+Blue) = 7+82+61=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #07523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07523D is #F8ADC2. Grayscale: #393939. Windows color (decimal): -16297411 or 4018695. OLE color: 4018695.

HSL color Cylindrical-coordinate representation of color #07523D: hue angle of 163.2º 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 #07523D is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 82 61 -
CMYK 0.91 0 0.26 0.68
HSL 163.2º 0.84% 0.17% -
HSV(B) 163.2º 0.91% 0.32% -
XYZ 3.95 6.42 5.45 -
YUV 57.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 7 82 61 0.91 0 0.26 0.68 163.2 0.84 0.17
Hex 7 52 3D 5B 0 1A 44 A3 54 11
Octal 7 122 75 133 0 32 104 243 124 21
Binary 111 1010010 111101 1011011 0 11010 1000100 10100011 1010100 10001

Color Harmonies of #07523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07523D

Black with #07523D

Text Example


Text Example

White with #07523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07523D; }

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

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

background-color css

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

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

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

border-color css

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

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

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