Html Css Color HEX #007288 Teal

📋 copy color: '#007288'

red 0 ◦ green 114 ◦ blue 136

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

Shades of Teal #007288

Tints of Teal #007288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.6%

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

R = 0%
G = 45.6%
B = 54.4%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#007288 (or 0x007288) is known color: Teal. HEX triplet: 00, 72 and 88. RGB value is (0,114,136). Sum of RGB (Red+Green+Blue) = 0+114+136=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #007288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007288 is #FF8D77. Grayscale: #525252. Windows color (decimal): -16747896 or 8942080. OLE color: 8942080.

HSL color Cylindrical-coordinate representation of color #007288: hue angle of 189.71º 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 #007288 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 114 136 -
CMYK 1 0.16 0 0.47
HSL 189.71º 1% 0.27% -
HSV(B) 189.71º 1% 0.53% -
XYZ 10.46 13.81 25.41 -
YUV 82.42 158.23 69.21 -
System Red Green Blue C M Y K H S L
Decimal 0 114 136 1 0.16 0 0.47 189.71 1 0.27
Hex 0 72 88 64 10 0 2F BE 64 1B
Octal 0 162 210 144 20 0 57 276 144 33
Binary 0 1110010 10001000 1100100 10000 0 101111 10111110 1100100 11011

Color Harmonies of #007288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007288

Black with #007288

Text Example


Text Example

White with #007288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007288; }

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

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

background-color css

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

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

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

border-color css

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

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

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