Html Css Color HEX #09918A Dark Cyan

📋 copy color: '#09918A'

red 9 ◦ green 145 ◦ blue 138

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

Shades of Dark Cyan #09918A

Tints of Dark Cyan #09918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.66%

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

R = 3.08%
G = 49.66%
B = 47.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#09918A (or 0x09918A) is known color: Dark Cyan. HEX triplet: 09, 91 and 8A. RGB value is (9,145,138). Sum of RGB (Red+Green+Blue) = 9+145+138=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #09918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09918A is #F66E75. Grayscale: #676767. Windows color (decimal): -16150134 or 9081097. OLE color: 9081097.

HSL color Cylindrical-coordinate representation of color #09918A: hue angle of 176.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09918A is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 145 138 -
CMYK 0.94 0 0.05 0.43
HSL 176.91º 0.88% 0.3% -
HSV(B) 176.91º 0.94% 0.57% -
XYZ 14.83 22.14 27.54 -
YUV 103.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 9 145 138 0.94 0 0.05 0.43 176.91 0.88 0.3
Hex 9 91 8A 5E 0 5 2B B1 58 1E
Octal 11 221 212 136 0 5 53 261 130 36
Binary 1001 10010001 10001010 1011110 0 101 101011 10110001 1011000 11110

Color Harmonies of #09918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09918A

Black with #09918A

Text Example


Text Example

White with #09918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,145,138); }

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

background-color css

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

 a { background-color: rgb(9,145,138); }

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

border-color css

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

 span { border-color: rgb(9,145,138); }

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