Html Css Color HEX #07533F Deep Teal

📋 copy color: '#07533F'

red 7 ◦ green 83 ◦ blue 63

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

Shades of Deep Teal #07533F

Tints of Deep Teal #07533F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.18%

R = 4.58%
G = 54.25%
B = 41.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#07533F (or 0x07533F) is known color: Deep Teal. HEX triplet: 07, 53 and 3F. RGB value is (7,83,63). Sum of RGB (Red+Green+Blue) = 7+83+63=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #07533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07533F is #F8ACC0. Grayscale: #3A3A3A. Windows color (decimal): -16297153 or 4150023. OLE color: 4150023.

HSL color Cylindrical-coordinate representation of color #07533F: hue angle of 164.21º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07533F is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 63 -
CMYK 0.92 0 0.24 0.67
HSL 164.21º 0.84% 0.18% -
HSV(B) 164.21º 0.92% 0.33% -
XYZ 4.08 6.59 5.76 -
YUV 58 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 7 83 63 0.92 0 0.24 0.67 164.21 0.84 0.18
Hex 7 53 3F 5C 0 18 43 A4 54 12
Octal 7 123 77 134 0 30 103 244 124 22
Binary 111 1010011 111111 1011100 0 11000 1000011 10100100 1010100 10010

Color Harmonies of #07533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07533F

Black with #07533F

Text Example


Text Example

White with #07533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07533F; }

 p { color: rgb(7,83,63); }

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

background-color css

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

 a { background-color: rgb(7,83,63); }

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

border-color css

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

 span { border-color: rgb(7,83,63); }

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