Html Css Color HEX #083730 Deep Teal

📋 copy color: '#083730'

red 8 ◦ green 55 ◦ blue 48

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

Shades of Deep Teal #083730

Tints of Deep Teal #083730

RGB

 RED value IS 8 (3.52% from 255) = 7.21%

 GREEN value IS 55 (21.88% from 255) = 49.55%

 BLUE value IS 48 (19.14% from 255) = 43.24%

R = 7.21%
G = 49.55%
B = 43.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#083730 (or 0x083730) is known color: Deep Teal. HEX triplet: 08, 37 and 30. RGB value is (8,55,48). Sum of RGB (Red+Green+Blue) = 8+55+48=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #083730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083730 is #F7C8CF. Grayscale: #282828. Windows color (decimal): -16238800 or 3159816. OLE color: 3159816.

HSL color Cylindrical-coordinate representation of color #083730: hue angle of 171.06º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083730 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 55 48 -
CMYK 0.85 0 0.13 0.78
HSL 171.06º 0.75% 0.12% -
HSV(B) 171.06º 0.85% 0.22% -
XYZ 2 3 3.27 -
YUV 40.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 8 55 48 0.85 0 0.13 0.78 171.06 0.75 0.12
Hex 8 37 30 55 0 D 4E AB 4B C
Octal 10 67 60 125 0 15 116 253 113 14
Binary 1000 110111 110000 1010101 0 1101 1001110 10101011 1001011 1100

Color Harmonies of #083730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083730

Black with #083730

Text Example


Text Example

White with #083730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083730; }

 p { color: rgb(8,55,48); }

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

background-color css

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

 a { background-color: rgb(8,55,48); }

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

border-color css

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

 span { border-color: rgb(8,55,48); }

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