Html Css Color HEX #093530 Deep Teal

📋 copy color: '#093530'

red 9 ◦ green 53 ◦ blue 48

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

Shades of Deep Teal #093530

Tints of Deep Teal #093530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 48.18%

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

R = 8.18%
G = 48.18%
B = 43.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#093530 (or 0x093530) is known color: Deep Teal. HEX triplet: 09, 35 and 30. RGB value is (9,53,48). Sum of RGB (Red+Green+Blue) = 9+53+48=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #093530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093530 is #F6CACF. Grayscale: #272727. Windows color (decimal): -16173776 or 3159305. OLE color: 3159305.

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

Color convert

RGB 9 53 48 -
CMYK 0.83 0 0.09 0.79
HSL 173.18º 0.71% 0.12% -
HSV(B) 173.18º 0.83% 0.21% -
XYZ 1.92 2.82 3.24 -
YUV 39.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 9 53 48 0.83 0 0.09 0.79 173.18 0.71 0.12
Hex 9 35 30 53 0 9 4F AD 47 C
Octal 11 65 60 123 0 11 117 255 107 14
Binary 1001 110101 110000 1010011 0 1001 1001111 10101101 1000111 1100

Color Harmonies of #093530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093530

Black with #093530

Text Example


Text Example

White with #093530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093530; }

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

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

background-color css

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

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

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

border-color css

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

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

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