Html Css Color HEX #07553F Deep Teal

📋 copy color: '#07553F'

red 7 ◦ green 85 ◦ blue 63

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

Shades of Deep Teal #07553F

Tints of Deep Teal #07553F

RGB

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

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

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

R = 4.52%
G = 54.84%
B = 40.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#07553F (or 0x07553F) is known color: Deep Teal. HEX triplet: 07, 55 and 3F. RGB value is (7,85,63). Sum of RGB (Red+Green+Blue) = 7+85+63=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #07553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07553F is #F8AAC0. Grayscale: #3B3B3B. Windows color (decimal): -16296641 or 4150535. OLE color: 4150535.

HSL color Cylindrical-coordinate representation of color #07553F: hue angle of 163.08º degrees, saturation: 0.85, 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 #07553F is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 85 63 -
CMYK 0.92 0 0.26 0.67
HSL 163.08º 0.85% 0.18% -
HSV(B) 163.08º 0.92% 0.33% -
XYZ 4.23 6.9 5.81 -
YUV 59.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 7 85 63 0.92 0 0.26 0.67 163.08 0.85 0.18
Hex 7 55 3F 5C 0 1A 43 A3 55 12
Octal 7 125 77 134 0 32 103 243 125 22
Binary 111 1010101 111111 1011100 0 11010 1000011 10100011 1010101 10010

Color Harmonies of #07553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07553F

Black with #07553F

Text Example


Text Example

White with #07553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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