Html Css Color HEX #018A7C Teal

📋 copy color: '#018A7C'

red 1 ◦ green 138 ◦ blue 124

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

Shades of Teal #018A7C

Tints of Teal #018A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.47%

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

R = 0.38%
G = 52.47%
B = 47.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#018A7C (or 0x018A7C) is known color: Teal. HEX triplet: 01, 8A and 7C. RGB value is (1,138,124). Sum of RGB (Red+Green+Blue) = 1+138+124=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #018A7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A7C is #FE7583. Grayscale: #5F5F5F. Windows color (decimal): -16676228 or 8161793. OLE color: 8161793.

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

Color convert

RGB 1 138 124 -
CMYK 0.99 0 0.10 0.46
HSL 173.87º 0.99% 0.27% -
HSV(B) 173.87º 0.99% 0.54% -
XYZ 12.74 19.64 22.19 -
YUV 95.44 144.11 60.64 -
System Red Green Blue C M Y K H S L
Decimal 1 138 124 0.99 0 0.10 0.46 173.87 0.99 0.27
Hex 1 8A 7C 63 0 A 2E AE 63 1B
Octal 1 212 174 143 0 12 56 256 143 33
Binary 1 10001010 1111100 1100011 0 1010 101110 10101110 1100011 11011

Color Harmonies of #018A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A7C

Black with #018A7C

Text Example


Text Example

White with #018A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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