Html Css Color HEX #063430 Deep Teal

📋 copy color: '#063430'

red 6 ◦ green 52 ◦ blue 48

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

Shades of Deep Teal #063430

Tints of Deep Teal #063430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.06%

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

R = 5.66%
G = 49.06%
B = 45.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#063430 (or 0x063430) is known color: Deep Teal. HEX triplet: 06, 34 and 30. RGB value is (6,52,48). Sum of RGB (Red+Green+Blue) = 6+52+48=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #063430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063430 is #F9CBCF. Grayscale: #252525. Windows color (decimal): -16370640 or 3159046. OLE color: 3159046.

HSL color Cylindrical-coordinate representation of color #063430: hue angle of 174.78º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063430 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 52 48 -
CMYK 0.88 0 0.08 0.80
HSL 174.78º 0.79% 0.11% -
HSV(B) 174.78º 0.88% 0.2% -
XYZ 1.84 2.71 3.22 -
YUV 37.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 6 52 48 0.88 0 0.08 0.80 174.78 0.79 0.11
Hex 6 34 30 58 0 8 50 AF 4F B
Octal 6 64 60 130 0 10 120 257 117 13
Binary 110 110100 110000 1011000 0 1000 1010000 10101111 1001111 1011

Color Harmonies of #063430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063430

Black with #063430

Text Example


Text Example

White with #063430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063430; }

 p { color: rgb(6,52,48); }

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

background-color css

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

 a { background-color: rgb(6,52,48); }

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

border-color css

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

 span { border-color: rgb(6,52,48); }

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