Html Css Color HEX #00968C Dark Cyan

📋 copy color: '#00968C'

red 0 ◦ green 150 ◦ blue 140

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

Shades of Dark Cyan #00968C

Tints of Dark Cyan #00968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.72%

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 0%
G = 51.72%
B = 48.28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#00968C (or 0x00968C) is known color: Dark Cyan. HEX triplet: 00, 96 and 8C. RGB value is (0,150,140). Sum of RGB (Red+Green+Blue) = 0+150+140=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #00968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00968C is #FF6973. Grayscale: #676767. Windows color (decimal): -16738676 or 9213440. OLE color: 9213440.

HSL color Cylindrical-coordinate representation of color #00968C: hue angle of 176º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00968C is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 150 140 -
CMYK 1 0 0.07 0.41
HSL 176º 1% 0.29% -
HSV(B) 176º 1% 0.59% -
XYZ 15.64 23.71 28.56 -
YUV 104.01 148.31 53.81 -
System Red Green Blue C M Y K H S L
Decimal 0 150 140 1 0 0.07 0.41 176 1 0.29
Hex 0 96 8C 64 0 7 29 B0 64 1D
Octal 0 226 214 144 0 7 51 260 144 35
Binary 0 10010110 10001100 1100100 0 111 101001 10110000 1100100 11101

Color Harmonies of #00968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00968C

Black with #00968C

Text Example


Text Example

White with #00968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00968C; }

 p { color: rgb(0,150,140); }

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

background-color css

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

 a { background-color: rgb(0,150,140); }

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

border-color css

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

 span { border-color: rgb(0,150,140); }

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