Html Css Color HEX #027486 Teal

📋 copy color: '#027486'

red 2 ◦ green 116 ◦ blue 134

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

Shades of Teal #027486

Tints of Teal #027486

RGB

 RED value IS 2 (1.17% from 255) = 0.79%

 GREEN value IS 116 (45.7% from 255) = 46.03%

 BLUE value IS 134 (52.73% from 255) = 53.17%

R = 0.79%
G = 46.03%
B = 53.17%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#027486 (or 0x027486) is known color: Teal. HEX triplet: 02, 74 and 86. RGB value is (2,116,134). Sum of RGB (Red+Green+Blue) = 2+116+134=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #027486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027486 is #FD8B79. Grayscale: #535353. Windows color (decimal): -16616314 or 8811522. OLE color: 8811522.

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

Color convert

RGB 2 116 134 -
CMYK 0.99 0.13 0 0.47
HSL 188.18º 0.97% 0.27% -
HSV(B) 188.18º 0.99% 0.53% -
XYZ 10.57 14.22 24.74 -
YUV 83.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 2 116 134 0.99 0.13 0 0.47 188.18 0.97 0.27
Hex 2 74 86 63 D 0 2F BC 61 1B
Octal 2 164 206 143 15 0 57 274 141 33
Binary 10 1110100 10000110 1100011 1101 0 101111 10111100 1100001 11011

Color Harmonies of #027486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027486

Black with #027486

Text Example


Text Example

White with #027486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027486; }

 p { color: rgb(2,116,134); }

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

background-color css

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

 a { background-color: rgb(2,116,134); }

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

border-color css

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

 span { border-color: rgb(2,116,134); }

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