Html Css Color HEX #018384 Teal

📋 copy color: '#018384'

red 1 ◦ green 131 ◦ blue 132

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

Shades of Teal #018384

Tints of Teal #018384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50%

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

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#018384 (or 0x018384) is known color: Teal. HEX triplet: 01, 83 and 84. RGB value is (1,131,132). Sum of RGB (Red+Green+Blue) = 1+131+132=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #018384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018384 is #FE7C7B. Grayscale: #5C5C5C. Windows color (decimal): -16678012 or 8684289. OLE color: 8684289.

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

Color convert

RGB 1 131 132 -
CMYK 0.99 0.01 0 0.48
HSL 180.46º 0.98% 0.26% -
HSV(B) 180.46º 0.99% 0.52% -
XYZ 12.29 17.91 24.64 -
YUV 92.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 1 131 132 0.99 0.01 0 0.48 180.46 0.98 0.26
Hex 1 83 84 63 1 0 30 B4 62 1A
Octal 1 203 204 143 1 0 60 264 142 32
Binary 1 10000011 10000100 1100011 1 0 110000 10110100 1100010 11010

Color Harmonies of #018384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018384

Black with #018384

Text Example


Text Example

White with #018384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018384; }

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

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

background-color css

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

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

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

border-color css

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

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

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