Html Css Color HEX #027B8C Teal

📋 copy color: '#027B8C'

red 2 ◦ green 123 ◦ blue 140

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

Shades of Teal #027B8C

Tints of Teal #027B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.42%

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 0.75%
G = 46.42%
B = 52.83%

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

#027B8C (or 0x027B8C) is known color: Teal. HEX triplet: 02, 7B and 8C. RGB value is (2,123,140). Sum of RGB (Red+Green+Blue) = 2+123+140=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #027B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027B8C is #FD8473. Grayscale: #585858. Windows color (decimal): -16614516 or 9206530. OLE color: 9206530.

HSL color Cylindrical-coordinate representation of color #027B8C: hue angle of 187.39º 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 #027B8C is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 123 140 -
CMYK 0.99 0.12 0 0.45
HSL 187.39º 0.97% 0.28% -
HSV(B) 187.39º 0.99% 0.55% -
XYZ 11.84 16.07 27.29 -
YUV 88.76 156.91 66.12 -
System Red Green Blue C M Y K H S L
Decimal 2 123 140 0.99 0.12 0 0.45 187.39 0.97 0.28
Hex 2 7B 8C 63 C 0 2D BB 61 1C
Octal 2 173 214 143 14 0 55 273 141 34
Binary 10 1111011 10001100 1100011 1100 0 101101 10111011 1100001 11100

Color Harmonies of #027B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B8C

Black with #027B8C

Text Example


Text Example

White with #027B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,123,140); }

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

background-color css

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

 a { background-color: rgb(2,123,140); }

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

border-color css

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

 span { border-color: rgb(2,123,140); }

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