Html Css Color HEX #027C8D Teal

📋 copy color: '#027C8D'

red 2 ◦ green 124 ◦ blue 141

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

Shades of Teal #027C8D

Tints of Teal #027C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.44%

 BLUE value IS 141 (55.47% from 255) = 52.81%

R = 0.75%
G = 46.44%
B = 52.81%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#027C8D (or 0x027C8D) is known color: Teal. HEX triplet: 02, 7C and 8D. RGB value is (2,124,141). Sum of RGB (Red+Green+Blue) = 2+124+141=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #027C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C8D is #FD8372. Grayscale: #595959. Windows color (decimal): -16614259 or 9272322. OLE color: 9272322.

HSL color Cylindrical-coordinate representation of color #027C8D: hue angle of 187.34º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027C8D is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 124 141 -
CMYK 0.99 0.12 0 0.45
HSL 187.34º 0.97% 0.28% -
HSV(B) 187.34º 0.99% 0.55% -
XYZ 12.04 16.35 27.72 -
YUV 89.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 2 124 141 0.99 0.12 0 0.45 187.34 0.97 0.28
Hex 2 7C 8D 63 C 0 2D BB 61 1C
Octal 2 174 215 143 14 0 55 273 141 34
Binary 10 1111100 10001101 1100011 1100 0 101101 10111011 1100001 11100

Color Harmonies of #027C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C8D

Black with #027C8D

Text Example


Text Example

White with #027C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C8D; }

 p { color: rgb(2,124,141); }

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

background-color css

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

 a { background-color: rgb(2,124,141); }

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

border-color css

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

 span { border-color: rgb(2,124,141); }

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