Html Css Color HEX #09938D Dark Cyan

📋 copy color: '#09938D'

red 9 ◦ green 147 ◦ blue 141

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

Shades of Dark Cyan #09938D

Tints of Dark Cyan #09938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.49%

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

R = 3.03%
G = 49.49%
B = 47.47%

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

#09938D (or 0x09938D) is known color: Dark Cyan. HEX triplet: 09, 93 and 8D. RGB value is (9,147,141). Sum of RGB (Red+Green+Blue) = 9+147+141=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #09938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09938D is #F66C72. Grayscale: #686868. Windows color (decimal): -16149619 or 9278217. OLE color: 9278217.

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

Color convert

RGB 9 147 141 -
CMYK 0.94 0 0.04 0.42
HSL 177.39º 0.88% 0.31% -
HSV(B) 177.39º 0.94% 0.58% -
XYZ 15.35 22.85 28.8 -
YUV 105.05 148.28 59.49 -
System Red Green Blue C M Y K H S L
Decimal 9 147 141 0.94 0 0.04 0.42 177.39 0.88 0.31
Hex 9 93 8D 5E 0 4 2A B1 58 1F
Octal 11 223 215 136 0 4 52 261 130 37
Binary 1001 10010011 10001101 1011110 0 100 101010 10110001 1011000 11111

Color Harmonies of #09938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09938D

Black with #09938D

Text Example


Text Example

White with #09938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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