Html Css Color HEX #018380 Teal

📋 copy color: '#018380'

red 1 ◦ green 131 ◦ blue 128

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

Shades of Teal #018380

Tints of Teal #018380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.23%

R = 0.38%
G = 50.38%
B = 49.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#018380 (or 0x018380) is known color: Teal. HEX triplet: 01, 83 and 80. RGB value is (1,131,128). Sum of RGB (Red+Green+Blue) = 1+131+128=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #018380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018380 is #FE7C7F. Grayscale: #5B5B5B. Windows color (decimal): -16678016 or 8422145. OLE color: 8422145.

HSL color Cylindrical-coordinate representation of color #018380: hue angle of 178.62º 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 #018380 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 131 128 -
CMYK 0.99 0 0.02 0.49
HSL 178.62º 0.98% 0.26% -
HSV(B) 178.62º 0.99% 0.51% -
XYZ 12.03 17.8 23.22 -
YUV 91.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 1 131 128 0.99 0 0.02 0.49 178.62 0.98 0.26
Hex 1 83 80 63 0 2 31 B3 62 1A
Octal 1 203 200 143 0 2 61 263 142 32
Binary 1 10000011 10000000 1100011 0 10 110001 10110011 1100010 11010

Color Harmonies of #018380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018380

Black with #018380

Text Example


Text Example

White with #018380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018380; }

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

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

background-color css

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

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

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

border-color css

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

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

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