Html Css Color HEX #064135 Deep Teal

📋 copy color: '#064135'

red 6 ◦ green 65 ◦ blue 53

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

Shades of Deep Teal #064135

Tints of Deep Teal #064135

RGB

 RED value IS 6 (2.73% from 255) = 4.84%

 GREEN value IS 65 (25.78% from 255) = 52.42%

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

R = 4.84%
G = 52.42%
B = 42.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#064135 (or 0x064135) is known color: Deep Teal. HEX triplet: 06, 41 and 35. RGB value is (6,65,53). Sum of RGB (Red+Green+Blue) = 6+65+53=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #064135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064135 is #F9BECA. Grayscale: #2D2D2D. Windows color (decimal): -16367307 or 3490054. OLE color: 3490054.

HSL color Cylindrical-coordinate representation of color #064135: hue angle of 167.8º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064135 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 65 53 -
CMYK 0.91 0 0.18 0.75
HSL 167.8º 0.83% 0.14% -
HSV(B) 167.8º 0.91% 0.25% -
XYZ 2.61 4.08 4.02 -
YUV 45.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 6 65 53 0.91 0 0.18 0.75 167.8 0.83 0.14
Hex 6 41 35 5B 0 12 4B A8 53 E
Octal 6 101 65 133 0 22 113 250 123 16
Binary 110 1000001 110101 1011011 0 10010 1001011 10101000 1010011 1110

Color Harmonies of #064135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064135

Black with #064135

Text Example


Text Example

White with #064135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064135; }

 p { color: rgb(6,65,53); }

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

background-color css

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

 a { background-color: rgb(6,65,53); }

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

border-color css

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

 span { border-color: rgb(6,65,53); }

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