Html Css Color HEX #00968F Dark Cyan

📋 copy color: '#00968F'

red 0 ◦ green 150 ◦ blue 143

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

Shades of Dark Cyan #00968F

Tints of Dark Cyan #00968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.81%

R = 0%
G = 51.19%
B = 48.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#00968F (or 0x00968F) is known color: Dark Cyan. HEX triplet: 00, 96 and 8F. RGB value is (0,150,143). Sum of RGB (Red+Green+Blue) = 0+150+143=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #00968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00968F is #FF6970. Grayscale: #686868. Windows color (decimal): -16738673 or 9410048. OLE color: 9410048.

HSL color Cylindrical-coordinate representation of color #00968F: hue angle of 177.2º 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 #00968F is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 150 143 -
CMYK 1 0 0.05 0.41
HSL 177.2º 1% 0.29% -
HSV(B) 177.2º 1% 0.59% -
XYZ 15.86 23.8 29.74 -
YUV 104.35 149.81 53.57 -
System Red Green Blue C M Y K H S L
Decimal 0 150 143 1 0 0.05 0.41 177.2 1 0.29
Hex 0 96 8F 64 0 5 29 B1 64 1D
Octal 0 226 217 144 0 5 51 261 144 35
Binary 0 10010110 10001111 1100100 0 101 101001 10110001 1100100 11101

Color Harmonies of #00968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00968F

Black with #00968F

Text Example


Text Example

White with #00968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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