Html Css Color HEX #038B7C Teal

📋 copy color: '#038B7C'

red 3 ◦ green 139 ◦ blue 124

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

Shades of Teal #038B7C

Tints of Teal #038B7C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.26%

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 1.13%
G = 52.26%
B = 46.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#038B7C (or 0x038B7C) is known color: Teal. HEX triplet: 03, 8B and 7C. RGB value is (3,139,124). Sum of RGB (Red+Green+Blue) = 3+139+124=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #038B7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038B7C is #FC7483. Grayscale: #606060. Windows color (decimal): -16544900 or 8162051. OLE color: 8162051.

HSL color Cylindrical-coordinate representation of color #038B7C: hue angle of 173.38º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B7C is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 139 124 -
CMYK 0.98 0 0.11 0.45
HSL 173.38º 0.96% 0.28% -
HSV(B) 173.38º 0.98% 0.55% -
XYZ 12.91 19.94 22.24 -
YUV 96.63 143.44 61.22 -
System Red Green Blue C M Y K H S L
Decimal 3 139 124 0.98 0 0.11 0.45 173.38 0.96 0.28
Hex 3 8B 7C 62 0 B 2D AD 60 1C
Octal 3 213 174 142 0 13 55 255 140 34
Binary 11 10001011 1111100 1100010 0 1011 101101 10101101 1100000 11100

Color Harmonies of #038B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038B7C

Black with #038B7C

Text Example


Text Example

White with #038B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038B7C; }

 p { color: rgb(3,139,124); }

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

background-color css

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

 a { background-color: rgb(3,139,124); }

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

border-color css

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

 span { border-color: rgb(3,139,124); }

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