Html Css Color HEX #038780 Teal

📋 copy color: '#038780'

red 3 ◦ green 135 ◦ blue 128

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

Shades of Teal #038780

Tints of Teal #038780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.75%

 BLUE value IS 128 (50.39% from 255) = 48.12%

R = 1.13%
G = 50.75%
B = 48.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#038780 (or 0x038780) is known color: Teal. HEX triplet: 03, 87 and 80. RGB value is (3,135,128). Sum of RGB (Red+Green+Blue) = 3+135+128=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #038780 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038780 is #FC787F. Grayscale: #5E5E5E. Windows color (decimal): -16545920 or 8423171. OLE color: 8423171.

HSL color Cylindrical-coordinate representation of color #038780: hue angle of 176.82º 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 #038780 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 135 128 -
CMYK 0.98 0 0.05 0.47
HSL 176.82º 0.96% 0.27% -
HSV(B) 176.82º 0.98% 0.53% -
XYZ 12.6 18.91 23.41 -
YUV 94.73 146.77 62.57 -
System Red Green Blue C M Y K H S L
Decimal 3 135 128 0.98 0 0.05 0.47 176.82 0.96 0.27
Hex 3 87 80 62 0 5 2F B1 60 1B
Octal 3 207 200 142 0 5 57 261 140 33
Binary 11 10000111 10000000 1100010 0 101 101111 10110001 1100000 11011

Color Harmonies of #038780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038780

Black with #038780

Text Example


Text Example

White with #038780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038780; }

 p { color: rgb(3,135,128); }

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

background-color css

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

 a { background-color: rgb(3,135,128); }

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

border-color css

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

 span { border-color: rgb(3,135,128); }

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