Html Css Color HEX #00788A Teal

📋 copy color: '#00788A'

red 0 ◦ green 120 ◦ blue 138

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

Shades of Teal #00788A

Tints of Teal #00788A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 120 (47.27% from 255) = 46.51%

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

R = 0%
G = 46.51%
B = 53.49%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00788A (or 0x00788A) is known color: Teal. HEX triplet: 00, 78 and 8A. RGB value is (0,120,138). Sum of RGB (Red+Green+Blue) = 0+120+138=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #00788A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00788A is #FF8775. Grayscale: #555555. Windows color (decimal): -16746358 or 9074688. OLE color: 9074688.

HSL color Cylindrical-coordinate representation of color #00788A: hue angle of 187.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00788A is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 120 138 -
CMYK 1 0.13 0 0.46
HSL 187.83º 1% 0.27% -
HSV(B) 187.83º 1% 0.54% -
XYZ 11.3 15.27 26.4 -
YUV 86.17 157.24 66.54 -
System Red Green Blue C M Y K H S L
Decimal 0 120 138 1 0.13 0 0.46 187.83 1 0.27
Hex 0 78 8A 64 D 0 2E BC 64 1B
Octal 0 170 212 144 15 0 56 274 144 33
Binary 0 1111000 10001010 1100100 1101 0 101110 10111100 1100100 11011

Color Harmonies of #00788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00788A

Black with #00788A

Text Example


Text Example

White with #00788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00788A; }

 p { color: rgb(0,120,138); }

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

background-color css

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

 a { background-color: rgb(0,120,138); }

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

border-color css

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

 span { border-color: rgb(0,120,138); }

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