Html Css Color HEX #05968C Dark Cyan

📋 copy color: '#05968C'

red 5 ◦ green 150 ◦ blue 140

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

Shades of Dark Cyan #05968C

Tints of Dark Cyan #05968C

RGB

 RED value IS 5 (2.34% from 255) = 1.69%

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

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

R = 1.69%
G = 50.85%
B = 47.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#05968C (or 0x05968C) is known color: Dark Cyan. HEX triplet: 05, 96 and 8C. RGB value is (5,150,140). Sum of RGB (Red+Green+Blue) = 5+150+140=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #05968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05968C is #FA6973. Grayscale: #696969. Windows color (decimal): -16410996 or 9213445. OLE color: 9213445.

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

Color convert

RGB 5 150 140 -
CMYK 0.97 0 0.07 0.41
HSL 175.86º 0.94% 0.3% -
HSV(B) 175.86º 0.97% 0.59% -
XYZ 15.7 23.74 28.57 -
YUV 105.51 147.46 56.31 -
System Red Green Blue C M Y K H S L
Decimal 5 150 140 0.97 0 0.07 0.41 175.86 0.94 0.3
Hex 5 96 8C 61 0 7 29 B0 5E 1E
Octal 5 226 214 141 0 7 51 260 136 36
Binary 101 10010110 10001100 1100001 0 111 101001 10110000 1011110 11110

Color Harmonies of #05968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05968C

Black with #05968C

Text Example


Text Example

White with #05968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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