Html Css Color HEX #007583 Teal

📋 copy color: '#007583'

red 0 ◦ green 117 ◦ blue 131

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

Shades of Teal #007583

Tints of Teal #007583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.82%

R = 0%
G = 47.18%
B = 52.82%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#007583 (or 0x007583) is known color: Teal. HEX triplet: 00, 75 and 83. RGB value is (0,117,131). Sum of RGB (Red+Green+Blue) = 0+117+131=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #007583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007583 is #FF8A7C. Grayscale: #535353. Windows color (decimal): -16747133 or 8615168. OLE color: 8615168.

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

Color convert

RGB 0 117 131 -
CMYK 1 0.11 0 0.49
HSL 186.41º 1% 0.26% -
HSV(B) 186.41º 1% 0.51% -
XYZ 10.46 14.36 23.69 -
YUV 83.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 0 117 131 1 0.11 0 0.49 186.41 1 0.26
Hex 0 75 83 64 B 0 31 BA 64 1A
Octal 0 165 203 144 13 0 61 272 144 32
Binary 0 1110101 10000011 1100100 1011 0 110001 10111010 1100100 11010

Color Harmonies of #007583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007583

Black with #007583

Text Example


Text Example

White with #007583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007583; }

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

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

background-color css

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

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

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

border-color css

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

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

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