Html Css Color HEX #09533F Deep Teal

📋 copy color: '#09533F'

red 9 ◦ green 83 ◦ blue 63

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

Shades of Deep Teal #09533F

Tints of Deep Teal #09533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.55%

 BLUE value IS 63 (25% from 255) = 40.65%

R = 5.81%
G = 53.55%
B = 40.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#09533F (or 0x09533F) is known color: Deep Teal. HEX triplet: 09, 53 and 3F. RGB value is (9,83,63). Sum of RGB (Red+Green+Blue) = 9+83+63=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #09533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09533F is #F6ACC0. Grayscale: #3A3A3A. Windows color (decimal): -16166081 or 4150025. OLE color: 4150025.

HSL color Cylindrical-coordinate representation of color #09533F: hue angle of 163.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09533F is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 63 -
CMYK 0.89 0 0.24 0.67
HSL 163.78º 0.8% 0.18% -
HSV(B) 163.78º 0.89% 0.33% -
XYZ 4.1 6.6 5.76 -
YUV 58.59 130.48 92.63 -
System Red Green Blue C M Y K H S L
Decimal 9 83 63 0.89 0 0.24 0.67 163.78 0.8 0.18
Hex 9 53 3F 59 0 18 43 A4 50 12
Octal 11 123 77 131 0 30 103 244 120 22
Binary 1001 1010011 111111 1011001 0 11000 1000011 10100100 1010000 10010

Color Harmonies of #09533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09533F

Black with #09533F

Text Example


Text Example

White with #09533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09533F; }

 p { color: rgb(9,83,63); }

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

background-color css

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

 a { background-color: rgb(9,83,63); }

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

border-color css

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

 span { border-color: rgb(9,83,63); }

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