Html Css Color HEX #007188 Teal

📋 copy color: '#007188'

red 0 ◦ green 113 ◦ blue 136

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

Shades of Teal #007188

Tints of Teal #007188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.38%

 BLUE value IS 136 (53.52% from 255) = 54.62%

R = 0%
G = 45.38%
B = 54.62%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#007188 (or 0x007188) is known color: Teal. HEX triplet: 00, 71 and 88. RGB value is (0,113,136). Sum of RGB (Red+Green+Blue) = 0+113+136=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #007188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007188 is #FF8E77. Grayscale: #515151. Windows color (decimal): -16748152 or 8941824. OLE color: 8941824.

HSL color Cylindrical-coordinate representation of color #007188: hue angle of 190.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007188 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 113 136 -
CMYK 1 0.17 0 0.47
HSL 190.15º 1% 0.27% -
HSV(B) 190.15º 1% 0.53% -
XYZ 10.35 13.59 25.37 -
YUV 81.84 158.56 69.63 -
System Red Green Blue C M Y K H S L
Decimal 0 113 136 1 0.17 0 0.47 190.15 1 0.27
Hex 0 71 88 64 11 0 2F BE 64 1B
Octal 0 161 210 144 21 0 57 276 144 33
Binary 0 1110001 10001000 1100100 10001 0 101111 10111110 1100100 11011

Color Harmonies of #007188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007188

Black with #007188

Text Example


Text Example

White with #007188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007188; }

 p { color: rgb(0,113,136); }

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

background-color css

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

 a { background-color: rgb(0,113,136); }

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

border-color css

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

 span { border-color: rgb(0,113,136); }

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