Html Css Color HEX #018B7C Teal

📋 copy color: '#018B7C'

red 1 ◦ green 139 ◦ blue 124

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

Shades of Teal #018B7C

Tints of Teal #018B7C

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

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

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

R = 0.38%
G = 52.65%
B = 46.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#018B7C (or 0x018B7C) is known color: Teal. HEX triplet: 01, 8B and 7C. RGB value is (1,139,124). Sum of RGB (Red+Green+Blue) = 1+139+124=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #018B7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B7C is #FE7483. Grayscale: #5F5F5F. Windows color (decimal): -16675972 or 8162049. OLE color: 8162049.

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

Color convert

RGB 1 139 124 -
CMYK 0.99 0 0.11 0.45
HSL 173.48º 0.99% 0.27% -
HSV(B) 173.48º 0.99% 0.55% -
XYZ 12.88 19.93 22.24 -
YUV 96.03 143.78 60.22 -
System Red Green Blue C M Y K H S L
Decimal 1 139 124 0.99 0 0.11 0.45 173.48 0.99 0.27
Hex 1 8B 7C 63 0 B 2D AD 63 1B
Octal 1 213 174 143 0 13 55 255 143 33
Binary 1 10001011 1111100 1100011 0 1011 101101 10101101 1100011 11011

Color Harmonies of #018B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B7C

Black with #018B7C

Text Example


Text Example

White with #018B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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