Html Css Color HEX #09948D Dark Cyan

📋 copy color: '#09948D'

red 9 ◦ green 148 ◦ blue 141

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

Shades of Dark Cyan #09948D

Tints of Dark Cyan #09948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.66%

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

R = 3.02%
G = 49.66%
B = 47.32%

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

#09948D (or 0x09948D) is known color: Dark Cyan. HEX triplet: 09, 94 and 8D. RGB value is (9,148,141). Sum of RGB (Red+Green+Blue) = 9+148+141=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #09948D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09948D is #F66B72. Grayscale: #696969. Windows color (decimal): -16149363 or 9278473. OLE color: 9278473.

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

Color convert

RGB 9 148 141 -
CMYK 0.94 0 0.05 0.42
HSL 176.98º 0.89% 0.31% -
HSV(B) 176.98º 0.94% 0.58% -
XYZ 15.51 23.16 28.85 -
YUV 105.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 9 148 141 0.94 0 0.05 0.42 176.98 0.89 0.31
Hex 9 94 8D 5E 0 5 2A B1 59 1F
Octal 11 224 215 136 0 5 52 261 131 37
Binary 1001 10010100 10001101 1011110 0 101 101010 10110001 1011001 11111

Color Harmonies of #09948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09948D

Black with #09948D

Text Example


Text Example

White with #09948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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