Html Css Color HEX #038679 Teal

📋 copy color: '#038679'

red 3 ◦ green 134 ◦ blue 121

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

Shades of Teal #038679

Tints of Teal #038679

RGB

 RED value IS 3 (1.56% from 255) = 1.16%

 GREEN value IS 134 (52.73% from 255) = 51.94%

 BLUE value IS 121 (47.66% from 255) = 46.9%

R = 1.16%
G = 51.94%
B = 46.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#038679 (or 0x038679) is known color: Teal. HEX triplet: 03, 86 and 79. RGB value is (3,134,121). Sum of RGB (Red+Green+Blue) = 3+134+121=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #038679 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038679 is #FC7986. Grayscale: #5D5D5D. Windows color (decimal): -16546183 or 7964163. OLE color: 7964163.

HSL color Cylindrical-coordinate representation of color #038679: hue angle of 174.05º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038679 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 134 121 -
CMYK 0.98 0 0.10 0.47
HSL 174.05º 0.96% 0.27% -
HSV(B) 174.05º 0.98% 0.53% -
XYZ 12.01 18.45 21.02 -
YUV 93.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 3 134 121 0.98 0 0.10 0.47 174.05 0.96 0.27
Hex 3 86 79 62 0 A 2F AE 60 1B
Octal 3 206 171 142 0 12 57 256 140 33
Binary 11 10000110 1111001 1100010 0 1010 101111 10101110 1100000 11011

Color Harmonies of #038679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038679

Black with #038679

Text Example


Text Example

White with #038679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038679; }

 p { color: rgb(3,134,121); }

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

background-color css

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

 a { background-color: rgb(3,134,121); }

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

border-color css

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

 span { border-color: rgb(3,134,121); }

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