Html Css Color HEX #00758A Teal

📋 copy color: '#00758A'

red 0 ◦ green 117 ◦ blue 138

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

Shades of Teal #00758A

Tints of Teal #00758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

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

R = 0%
G = 45.88%
B = 54.12%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00758A (or 0x00758A) is known color: Teal. HEX triplet: 00, 75 and 8A. RGB value is (0,117,138). Sum of RGB (Red+Green+Blue) = 0+117+138=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #00758A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00758A is #FF8A75. Grayscale: #545454. Windows color (decimal): -16747126 or 9073920. OLE color: 9073920.

HSL color Cylindrical-coordinate representation of color #00758A: hue angle of 189.13º 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 #00758A is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 117 138 -
CMYK 1 0.15 0 0.46
HSL 189.13º 1% 0.27% -
HSV(B) 189.13º 1% 0.54% -
XYZ 10.95 14.56 26.28 -
YUV 84.41 158.24 67.79 -
System Red Green Blue C M Y K H S L
Decimal 0 117 138 1 0.15 0 0.46 189.13 1 0.27
Hex 0 75 8A 64 F 0 2E BD 64 1B
Octal 0 165 212 144 17 0 56 275 144 33
Binary 0 1110101 10001010 1100100 1111 0 101110 10111101 1100100 11011

Color Harmonies of #00758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00758A

Black with #00758A

Text Example


Text Example

White with #00758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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