Html Css Color HEX #018782 Teal

📋 copy color: '#018782'

red 1 ◦ green 135 ◦ blue 130

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

Shades of Teal #018782

Tints of Teal #018782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.87%

R = 0.38%
G = 50.75%
B = 48.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#018782 (or 0x018782) is known color: Teal. HEX triplet: 01, 87 and 82. RGB value is (1,135,130). Sum of RGB (Red+Green+Blue) = 1+135+130=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #018782 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018782 is #FE787D. Grayscale: #5E5E5E. Windows color (decimal): -16676990 or 8554241. OLE color: 8554241.

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

Color convert

RGB 1 135 130 -
CMYK 0.99 0 0.04 0.47
HSL 177.76º 0.99% 0.27% -
HSV(B) 177.76º 0.99% 0.53% -
XYZ 12.71 18.95 24.11 -
YUV 94.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 1 135 130 0.99 0 0.04 0.47 177.76 0.99 0.27
Hex 1 87 82 63 0 4 2F B2 63 1B
Octal 1 207 202 143 0 4 57 262 143 33
Binary 1 10000111 10000010 1100011 0 100 101111 10110010 1100011 11011

Color Harmonies of #018782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018782

Black with #018782

Text Example


Text Example

White with #018782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018782; }

 p { color: rgb(1,135,130); }

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

background-color css

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

 a { background-color: rgb(1,135,130); }

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

border-color css

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

 span { border-color: rgb(1,135,130); }

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