Html Css Color HEX #008693 Dark Cyan

📋 copy color: '#008693'

red 0 ◦ green 134 ◦ blue 147

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

Shades of Dark Cyan #008693

Tints of Dark Cyan #008693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.69%

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 0%
G = 47.69%
B = 52.31%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008693 (or 0x008693) is known color: Dark Cyan. HEX triplet: 00, 86 and 93. RGB value is (0,134,147). Sum of RGB (Red+Green+Blue) = 0+134+147=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #008693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008693 is #FF796C. Grayscale: #5F5F5F. Windows color (decimal): -16742765 or 9668096. OLE color: 9668096.

HSL color Cylindrical-coordinate representation of color #008693: hue angle of 185.31º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008693 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 134 147 -
CMYK 1 0.09 0 0.42
HSL 185.31º 1% 0.29% -
HSV(B) 185.31º 1% 0.58% -
XYZ 13.79 19.16 30.57 -
YUV 95.42 157.11 59.94 -
System Red Green Blue C M Y K H S L
Decimal 0 134 147 1 0.09 0 0.42 185.31 1 0.29
Hex 0 86 93 64 9 0 2A B9 64 1D
Octal 0 206 223 144 11 0 52 271 144 35
Binary 0 10000110 10010011 1100100 1001 0 101010 10111001 1100100 11101

Color Harmonies of #008693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008693

Black with #008693

Text Example


Text Example

White with #008693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008693; }

 p { color: rgb(0,134,147); }

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

background-color css

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

 a { background-color: rgb(0,134,147); }

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

border-color css

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

 span { border-color: rgb(0,134,147); }

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