Html Css Color HEX #083632 Deep Teal

📋 copy color: '#083632'

red 8 ◦ green 54 ◦ blue 50

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

Shades of Deep Teal #083632

Tints of Deep Teal #083632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 48.21%

 BLUE value IS 50 (19.92% from 255) = 44.64%

R = 7.14%
G = 48.21%
B = 44.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.79

RGB Variations

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

Color information

#083632 (or 0x083632) is known color: Deep Teal. HEX triplet: 08, 36 and 32. RGB value is (8,54,50). Sum of RGB (Red+Green+Blue) = 8+54+50=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #083632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083632 is #F7C9CD. Grayscale: #272727. Windows color (decimal): -16239054 or 3290632. OLE color: 3290632.

HSL color Cylindrical-coordinate representation of color #083632: hue angle of 174.78º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083632 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 54 50 -
CMYK 0.85 0 0.07 0.79
HSL 174.78º 0.74% 0.12% -
HSV(B) 174.78º 0.85% 0.21% -
XYZ 2 2.92 3.48 -
YUV 39.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 8 54 50 0.85 0 0.07 0.79 174.78 0.74 0.12
Hex 8 36 32 55 0 7 4F AF 4A C
Octal 10 66 62 125 0 7 117 257 112 14
Binary 1000 110110 110010 1010101 0 111 1001111 10101111 1001010 1100

Color Harmonies of #083632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083632

Black with #083632

Text Example


Text Example

White with #083632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083632; }

 p { color: rgb(8,54,50); }

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

background-color css

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

 a { background-color: rgb(8,54,50); }

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

border-color css

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

 span { border-color: rgb(8,54,50); }

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