Html Css Color HEX #093D30 Deep Teal

📋 copy color: '#093D30'

red 9 ◦ green 61 ◦ blue 48

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

Shades of Deep Teal #093D30

Tints of Deep Teal #093D30

RGB

 RED value IS 9 (3.91% from 255) = 7.63%

 GREEN value IS 61 (24.22% from 255) = 51.69%

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

R = 7.63%
G = 51.69%
B = 40.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#093D30 (or 0x093D30) is known color: Deep Teal. HEX triplet: 09, 3D and 30. RGB value is (9,61,48). Sum of RGB (Red+Green+Blue) = 9+61+48=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #093D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D30 is #F6C2CF. Grayscale: #2B2B2B. Windows color (decimal): -16171728 or 3161353. OLE color: 3161353.

HSL color Cylindrical-coordinate representation of color #093D30: hue angle of 165º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D30 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 61 48 -
CMYK 0.85 0 0.21 0.76
HSL 165º 0.74% 0.14% -
HSV(B) 165º 0.85% 0.24% -
XYZ 2.31 3.61 3.37 -
YUV 43.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 9 61 48 0.85 0 0.21 0.76 165 0.74 0.14
Hex 9 3D 30 55 0 15 4C A5 4A E
Octal 11 75 60 125 0 25 114 245 112 16
Binary 1001 111101 110000 1010101 0 10101 1001100 10100101 1001010 1110

Color Harmonies of #093D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D30

Black with #093D30

Text Example


Text Example

White with #093D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093D30; }

 p { color: rgb(9,61,48); }

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

background-color css

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

 a { background-color: rgb(9,61,48); }

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

border-color css

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

 span { border-color: rgb(9,61,48); }

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