Html Css Color HEX #09958F Dark Cyan

📋 copy color: '#09958F'

red 9 ◦ green 149 ◦ blue 143

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

Shades of Dark Cyan #09958F

Tints of Dark Cyan #09958F

RGB

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

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

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

R = 2.99%
G = 49.5%
B = 47.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#09958F (or 0x09958F) is known color: Dark Cyan. HEX triplet: 09, 95 and 8F. RGB value is (9,149,143). Sum of RGB (Red+Green+Blue) = 9+149+143=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #09958F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09958F is #F66A70. Grayscale: #6A6A6A. Windows color (decimal): -16149105 or 9409801. OLE color: 9409801.

HSL color Cylindrical-coordinate representation of color #09958F: hue angle of 177.43º 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 #09958F is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 149 143 -
CMYK 0.94 0 0.04 0.42
HSL 177.43º 0.89% 0.31% -
HSV(B) 177.43º 0.94% 0.58% -
XYZ 15.82 23.54 29.7 -
YUV 106.46 148.62 58.49 -
System Red Green Blue C M Y K H S L
Decimal 9 149 143 0.94 0 0.04 0.42 177.43 0.89 0.31
Hex 9 95 8F 5E 0 4 2A B1 59 1F
Octal 11 225 217 136 0 4 52 261 131 37
Binary 1001 10010101 10001111 1011110 0 100 101010 10110001 1011001 11111

Color Harmonies of #09958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09958F

Black with #09958F

Text Example


Text Example

White with #09958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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