Html Css Color HEX #083430 Deep Teal

📋 copy color: '#083430'

red 8 ◦ green 52 ◦ blue 48

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

Shades of Deep Teal #083430

Tints of Deep Teal #083430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 48.15%

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

R = 7.41%
G = 48.15%
B = 44.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#083430 (or 0x083430) is known color: Deep Teal. HEX triplet: 08, 34 and 30. RGB value is (8,52,48). Sum of RGB (Red+Green+Blue) = 8+52+48=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #083430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083430 is #F7CBCF. Grayscale: #262626. Windows color (decimal): -16239568 or 3159048. OLE color: 3159048.

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

Color convert

RGB 8 52 48 -
CMYK 0.85 0 0.08 0.80
HSL 174.55º 0.73% 0.12% -
HSV(B) 174.55º 0.85% 0.2% -
XYZ 1.86 2.72 3.22 -
YUV 38.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 8 52 48 0.85 0 0.08 0.80 174.55 0.73 0.12
Hex 8 34 30 55 0 8 50 AF 49 C
Octal 10 64 60 125 0 10 120 257 111 14
Binary 1000 110100 110000 1010101 0 1000 1010000 10101111 1001001 1100

Color Harmonies of #083430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083430

Black with #083430

Text Example


Text Example

White with #083430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083430; }

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

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

background-color css

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

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

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

border-color css

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

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

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