Html Css Color HEX #05968A Dark Cyan

📋 copy color: '#05968A'

red 5 ◦ green 150 ◦ blue 138

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

Shades of Dark Cyan #05968A

Tints of Dark Cyan #05968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.1%

R = 1.71%
G = 51.19%
B = 47.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#05968A (or 0x05968A) is known color: Dark Cyan. HEX triplet: 05, 96 and 8A. RGB value is (5,150,138). Sum of RGB (Red+Green+Blue) = 5+150+138=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #05968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05968A is #FA6975. Grayscale: #696969. Windows color (decimal): -16410998 or 9082373. OLE color: 9082373.

HSL color Cylindrical-coordinate representation of color #05968A: hue angle of 175.03º 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 #05968A is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 150 138 -
CMYK 0.97 0 0.08 0.41
HSL 175.03º 0.94% 0.3% -
HSV(B) 175.03º 0.97% 0.59% -
XYZ 15.56 23.68 27.8 -
YUV 105.28 146.46 56.48 -
System Red Green Blue C M Y K H S L
Decimal 5 150 138 0.97 0 0.08 0.41 175.03 0.94 0.3
Hex 5 96 8A 61 0 8 29 AF 5E 1E
Octal 5 226 212 141 0 10 51 257 136 36
Binary 101 10010110 10001010 1100001 0 1000 101001 10101111 1011110 11110

Color Harmonies of #05968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05968A

Black with #05968A

Text Example


Text Example

White with #05968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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