Html Css Color HEX #09948B Dark Cyan

📋 copy color: '#09948B'

red 9 ◦ green 148 ◦ blue 139

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

Shades of Dark Cyan #09948B

Tints of Dark Cyan #09948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 3.04%
G = 50%
B = 46.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#09948B (or 0x09948B) is known color: Dark Cyan. HEX triplet: 09, 94 and 8B. RGB value is (9,148,139). Sum of RGB (Red+Green+Blue) = 9+148+139=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #09948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09948B is #F66B74. Grayscale: #696969. Windows color (decimal): -16149365 or 9147401. OLE color: 9147401.

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

Color convert

RGB 9 148 139 -
CMYK 0.94 0 0.06 0.42
HSL 176.12º 0.89% 0.31% -
HSV(B) 176.12º 0.94% 0.58% -
XYZ 15.36 23.1 28.08 -
YUV 105.41 146.95 59.23 -
System Red Green Blue C M Y K H S L
Decimal 9 148 139 0.94 0 0.06 0.42 176.12 0.89 0.31
Hex 9 94 8B 5E 0 6 2A B0 59 1F
Octal 11 224 213 136 0 6 52 260 131 37
Binary 1001 10010100 10001011 1011110 0 110 101010 10110000 1011001 11111

Color Harmonies of #09948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09948B

Black with #09948B

Text Example


Text Example

White with #09948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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