Html Css Color HEX #07483B Deep Teal

📋 copy color: '#07483B'

red 7 ◦ green 72 ◦ blue 59

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

Shades of Deep Teal #07483B

Tints of Deep Teal #07483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.17%

 BLUE value IS 59 (23.44% from 255) = 42.75%

R = 5.07%
G = 52.17%
B = 42.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#07483B (or 0x07483B) is known color: Deep Teal. HEX triplet: 07, 48 and 3B. RGB value is (7,72,59). Sum of RGB (Red+Green+Blue) = 7+72+59=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #07483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07483B is #F8B7C4. Grayscale: #333333. Windows color (decimal): -16299973 or 3885063. OLE color: 3885063.

HSL color Cylindrical-coordinate representation of color #07483B: hue angle of 168º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07483B is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 72 59 -
CMYK 0.90 0 0.18 0.72
HSL 168º 0.82% 0.15% -
HSV(B) 168º 0.9% 0.28% -
XYZ 3.19 5 4.93 -
YUV 51.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 7 72 59 0.90 0 0.18 0.72 168 0.82 0.15
Hex 7 48 3B 5A 0 12 48 A8 52 F
Octal 7 110 73 132 0 22 110 250 122 17
Binary 111 1001000 111011 1011010 0 10010 1001000 10101000 1010010 1111

Color Harmonies of #07483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07483B

Black with #07483B

Text Example


Text Example

White with #07483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07483B; }

 p { color: rgb(7,72,59); }

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

background-color css

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

 a { background-color: rgb(7,72,59); }

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

border-color css

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

 span { border-color: rgb(7,72,59); }

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