Html Css Color HEX #007585 Teal

📋 copy color: '#007585'

red 0 ◦ green 117 ◦ blue 133

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

Shades of Teal #007585

Tints of Teal #007585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 0%
G = 46.8%
B = 53.2%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#007585 (or 0x007585) is known color: Teal. HEX triplet: 00, 75 and 85. RGB value is (0,117,133). Sum of RGB (Red+Green+Blue) = 0+117+133=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #007585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007585 is #FF8A7A. Grayscale: #535353. Windows color (decimal): -16747131 or 8746240. OLE color: 8746240.

HSL color Cylindrical-coordinate representation of color #007585: hue angle of 187.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007585 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 117 133 -
CMYK 1 0.12 0 0.48
HSL 187.22º 1% 0.26% -
HSV(B) 187.22º 1% 0.52% -
XYZ 10.59 14.42 24.41 -
YUV 83.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 0 117 133 1 0.12 0 0.48 187.22 1 0.26
Hex 0 75 85 64 C 0 30 BB 64 1A
Octal 0 165 205 144 14 0 60 273 144 32
Binary 0 1110101 10000101 1100100 1100 0 110000 10111011 1100100 11010

Color Harmonies of #007585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007585

Black with #007585

Text Example


Text Example

White with #007585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007585; }

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

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

background-color css

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

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

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

border-color css

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

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

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