Html Css Color HEX #027B8A Teal

📋 copy color: '#027B8A'

red 2 ◦ green 123 ◦ blue 138

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

Shades of Teal #027B8A

Tints of Teal #027B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.47%

R = 0.76%
G = 46.77%
B = 52.47%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#027B8A (or 0x027B8A) is known color: Teal. HEX triplet: 02, 7B and 8A. RGB value is (2,123,138). Sum of RGB (Red+Green+Blue) = 2+123+138=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #027B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027B8A is #FD8475. Grayscale: #585858. Windows color (decimal): -16614518 or 9075458. OLE color: 9075458.

HSL color Cylindrical-coordinate representation of color #027B8A: hue angle of 186.62º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027B8A is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 123 138 -
CMYK 0.99 0.11 0 0.46
HSL 186.62º 0.97% 0.27% -
HSV(B) 186.62º 0.99% 0.54% -
XYZ 11.7 16.01 26.52 -
YUV 88.53 155.91 66.28 -
System Red Green Blue C M Y K H S L
Decimal 2 123 138 0.99 0.11 0 0.46 186.62 0.97 0.27
Hex 2 7B 8A 63 B 0 2E BB 61 1B
Octal 2 173 212 143 13 0 56 273 141 33
Binary 10 1111011 10001010 1100011 1011 0 101110 10111011 1100001 11011

Color Harmonies of #027B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B8A

Black with #027B8A

Text Example


Text Example

White with #027B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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