Html Css Color HEX #053F35 Deep Teal

📋 copy color: '#053F35'

red 5 ◦ green 63 ◦ blue 53

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

Shades of Deep Teal #053F35

Tints of Deep Teal #053F35

RGB

 RED value IS 5 (2.34% from 255) = 4.13%

 GREEN value IS 63 (25% from 255) = 52.07%

 BLUE value IS 53 (21.09% from 255) = 43.8%

R = 4.13%
G = 52.07%
B = 43.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#053F35 (or 0x053F35) is known color: Deep Teal. HEX triplet: 05, 3F and 35. RGB value is (5,63,53). Sum of RGB (Red+Green+Blue) = 5+63+53=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #053F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F35 is #FAC0CA. Grayscale: #2C2C2C. Windows color (decimal): -16433355 or 3489541. OLE color: 3489541.

HSL color Cylindrical-coordinate representation of color #053F35: hue angle of 169.66º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F35 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 63 53 -
CMYK 0.92 0 0.16 0.75
HSL 169.66º 0.85% 0.13% -
HSV(B) 169.66º 0.92% 0.25% -
XYZ 2.48 3.84 3.98 -
YUV 44.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 5 63 53 0.92 0 0.16 0.75 169.66 0.85 0.13
Hex 5 3F 35 5C 0 10 4B AA 55 D
Octal 5 77 65 134 0 20 113 252 125 15
Binary 101 111111 110101 1011100 0 10000 1001011 10101010 1010101 1101

Color Harmonies of #053F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F35

Black with #053F35

Text Example


Text Example

White with #053F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053F35; }

 p { color: rgb(5,63,53); }

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

background-color css

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

 a { background-color: rgb(5,63,53); }

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

border-color css

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

 span { border-color: rgb(5,63,53); }

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