Html Css Color HEX #018185 Teal

📋 copy color: '#018185'

red 1 ◦ green 129 ◦ blue 133

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

Shades of Teal #018185

Tints of Teal #018185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.05%

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 0.38%
G = 49.05%
B = 50.57%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#018185 (or 0x018185) is known color: Teal. HEX triplet: 01, 81 and 85. RGB value is (1,129,133). Sum of RGB (Red+Green+Blue) = 1+129+133=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #018185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018185 is #FE7E7A. Grayscale: #5B5B5B. Windows color (decimal): -16678523 or 8749313. OLE color: 8749313.

HSL color Cylindrical-coordinate representation of color #018185: hue angle of 181.82º degrees, saturation: 0.99, 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 #018185 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 129 133 -
CMYK 0.99 0.03 0 0.48
HSL 181.82º 0.99% 0.26% -
HSV(B) 181.82º 0.99% 0.52% -
XYZ 12.1 17.4 24.91 -
YUV 91.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 1 129 133 0.99 0.03 0 0.48 181.82 0.99 0.26
Hex 1 81 85 63 3 0 30 B6 63 1A
Octal 1 201 205 143 3 0 60 266 143 32
Binary 1 10000001 10000101 1100011 11 0 110000 10110110 1100011 11010

Color Harmonies of #018185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018185

Black with #018185

Text Example


Text Example

White with #018185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018185; }

 p { color: rgb(1,129,133); }

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

background-color css

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

 a { background-color: rgb(1,129,133); }

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

border-color css

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

 span { border-color: rgb(1,129,133); }

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