Html Css Color HEX #09958D Dark Cyan

📋 copy color: '#09958D'

red 9 ◦ green 149 ◦ blue 141

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

Shades of Dark Cyan #09958D

Tints of Dark Cyan #09958D

RGB

 RED value IS 9 (3.91% from 255) = 3.01%

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 3.01%
G = 49.83%
B = 47.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#09958D (or 0x09958D) is known color: Dark Cyan. HEX triplet: 09, 95 and 8D. RGB value is (9,149,141). Sum of RGB (Red+Green+Blue) = 9+149+141=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #09958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09958D is #F66A72. Grayscale: #6A6A6A. Windows color (decimal): -16149107 or 9278729. OLE color: 9278729.

HSL color Cylindrical-coordinate representation of color #09958D: hue angle of 176.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09958D is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 149 141 -
CMYK 0.94 0 0.05 0.42
HSL 176.57º 0.89% 0.31% -
HSV(B) 176.57º 0.94% 0.58% -
XYZ 15.67 23.48 28.9 -
YUV 106.23 147.62 58.65 -
System Red Green Blue C M Y K H S L
Decimal 9 149 141 0.94 0 0.05 0.42 176.57 0.89 0.31
Hex 9 95 8D 5E 0 5 2A B1 59 1F
Octal 11 225 215 136 0 5 52 261 131 37
Binary 1001 10010101 10001101 1011110 0 101 101010 10110001 1011001 11111

Color Harmonies of #09958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09958D

Black with #09958D

Text Example


Text Example

White with #09958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09958D; }

 p { color: rgb(9,149,141); }

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

background-color css

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

 a { background-color: rgb(9,149,141); }

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

border-color css

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

 span { border-color: rgb(9,149,141); }

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