Html Css Color HEX #018382 Teal

📋 copy color: '#018382'

red 1 ◦ green 131 ◦ blue 130

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

Shades of Teal #018382

Tints of Teal #018382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50%

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

R = 0.38%
G = 50%
B = 49.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#018382 (or 0x018382) is known color: Teal. HEX triplet: 01, 83 and 82. RGB value is (1,131,130). Sum of RGB (Red+Green+Blue) = 1+131+130=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #018382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018382 is #FE7C7D. Grayscale: #5B5B5B. Windows color (decimal): -16678014 or 8553217. OLE color: 8553217.

HSL color Cylindrical-coordinate representation of color #018382: hue angle of 179.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018382 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 131 130 -
CMYK 0.99 0 0.01 0.49
HSL 179.54º 0.98% 0.26% -
HSV(B) 179.54º 0.99% 0.51% -
XYZ 12.16 17.85 23.92 -
YUV 92.02 149.43 63.08 -
System Red Green Blue C M Y K H S L
Decimal 1 131 130 0.99 0 0.01 0.49 179.54 0.98 0.26
Hex 1 83 82 63 0 1 31 B4 62 1A
Octal 1 203 202 143 0 1 61 264 142 32
Binary 1 10000011 10000010 1100011 0 1 110001 10110100 1100010 11010

Color Harmonies of #018382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018382

Black with #018382

Text Example


Text Example

White with #018382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018382; }

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

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

background-color css

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

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

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

border-color css

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

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

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