Html Css Color HEX #008583 Teal

📋 copy color: '#008583'

red 0 ◦ green 133 ◦ blue 131

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

Shades of Teal #008583

Tints of Teal #008583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.38%

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

R = 0%
G = 50.38%
B = 49.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#008583 (or 0x008583) is known color: Teal. HEX triplet: 00, 85 and 83. RGB value is (0,133,131). Sum of RGB (Red+Green+Blue) = 0+133+131=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #008583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008583 is #FF7A7C. Grayscale: #5C5C5C. Windows color (decimal): -16743037 or 8619264. OLE color: 8619264.

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

Color convert

RGB 0 133 131 -
CMYK 1 0 0.02 0.48
HSL 179.1º 1% 0.26% -
HSV(B) 179.1º 1% 0.52% -
XYZ 12.48 18.41 24.37 -
YUV 93.01 149.44 61.66 -
System Red Green Blue C M Y K H S L
Decimal 0 133 131 1 0 0.02 0.48 179.1 1 0.26
Hex 0 85 83 64 0 2 30 B3 64 1A
Octal 0 205 203 144 0 2 60 263 144 32
Binary 0 10000101 10000011 1100100 0 10 110000 10110011 1100100 11010

Color Harmonies of #008583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008583

Black with #008583

Text Example


Text Example

White with #008583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008583; }

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

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

background-color css

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

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

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

border-color css

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

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

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