Html Css Color HEX #083330 Deep Teal

📋 copy color: '#083330'

red 8 ◦ green 51 ◦ blue 48

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

Shades of Deep Teal #083330

Tints of Deep Teal #083330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 47.66%

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

R = 7.48%
G = 47.66%
B = 44.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#083330 (or 0x083330) is known color: Deep Teal. HEX triplet: 08, 33 and 30. RGB value is (8,51,48). Sum of RGB (Red+Green+Blue) = 8+51+48=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #083330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083330 is #F7CCCF. Grayscale: #252525. Windows color (decimal): -16239824 or 3158792. OLE color: 3158792.

HSL color Cylindrical-coordinate representation of color #083330: hue angle of 175.81º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083330 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 48 -
CMYK 0.84 0 0.06 0.8
HSL 175.81º 0.73% 0.12% -
HSV(B) 175.81º 0.84% 0.2% -
XYZ 1.82 2.63 3.21 -
YUV 37.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 8 51 48 0.84 0 0.06 0.8 175.81 0.73 0.12
Hex 8 33 30 54 0 6 50 B0 49 C
Octal 10 63 60 124 0 6 120 260 111 14
Binary 1000 110011 110000 1010100 0 110 1010000 10110000 1001001 1100

Color Harmonies of #083330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083330

Black with #083330

Text Example


Text Example

White with #083330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083330; }

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

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

background-color css

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

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

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

border-color css

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

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

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