Html Css Color HEX #083630 Deep Teal

📋 copy color: '#083630'

red 8 ◦ green 54 ◦ blue 48

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

Shades of Deep Teal #083630

Tints of Deep Teal #083630

RGB

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

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

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

R = 7.27%
G = 49.09%
B = 43.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#083630 (or 0x083630) is known color: Deep Teal. HEX triplet: 08, 36 and 30. RGB value is (8,54,48). Sum of RGB (Red+Green+Blue) = 8+54+48=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #083630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083630 is #F7C9CF. Grayscale: #272727. Windows color (decimal): -16239056 or 3159560. OLE color: 3159560.

HSL color Cylindrical-coordinate representation of color #083630: hue angle of 172.17º 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 #083630 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 54 48 -
CMYK 0.85 0 0.11 0.79
HSL 172.17º 0.74% 0.12% -
HSV(B) 172.17º 0.85% 0.21% -
XYZ 1.95 2.9 3.25 -
YUV 39.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 8 54 48 0.85 0 0.11 0.79 172.17 0.74 0.12
Hex 8 36 30 55 0 B 4F AC 4A C
Octal 10 66 60 125 0 13 117 254 112 14
Binary 1000 110110 110000 1010101 0 1011 1001111 10101100 1001010 1100

Color Harmonies of #083630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083630

Black with #083630

Text Example


Text Example

White with #083630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083630; }

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

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

background-color css

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

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

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

border-color css

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

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

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