Html Css Color HEX #09838E Dark Cyan

📋 copy color: '#09838E'

red 9 ◦ green 131 ◦ blue 142

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

Shades of Dark Cyan #09838E

Tints of Dark Cyan #09838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.45%

 BLUE value IS 142 (55.86% from 255) = 50.35%

R = 3.19%
G = 46.45%
B = 50.35%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09838E (or 0x09838E) is known color: Dark Cyan. HEX triplet: 09, 83 and 8E. RGB value is (9,131,142). Sum of RGB (Red+Green+Blue) = 9+131+142=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #09838E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09838E is #F67C71. Grayscale: #5F5F5F. Windows color (decimal): -16153714 or 9339657. OLE color: 9339657.

HSL color Cylindrical-coordinate representation of color #09838E: hue angle of 184.96º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09838E is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 131 142 -
CMYK 0.94 0.08 0 0.44
HSL 184.96º 0.88% 0.3% -
HSV(B) 184.96º 0.94% 0.56% -
XYZ 13.11 18.24 28.42 -
YUV 95.78 154.08 66.11 -
System Red Green Blue C M Y K H S L
Decimal 9 131 142 0.94 0.08 0 0.44 184.96 0.88 0.3
Hex 9 83 8E 5E 8 0 2C B9 58 1E
Octal 11 203 216 136 10 0 54 271 130 36
Binary 1001 10000011 10001110 1011110 1000 0 101100 10111001 1011000 11110

Color Harmonies of #09838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09838E

Black with #09838E

Text Example


Text Example

White with #09838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09838E; }

 p { color: rgb(9,131,142); }

 H1.HeaderClassName
 {
   color: #09838E;
 }
 .AnyTagClassName
 {
   color: #09838E;
 }
</style>

background-color css

<style>
 a { background-color: #09838E; }

 a { background-color: rgb(9,131,142); }

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

border-color css

<style>
 span { border-color: #09838E; }

 span { border-color: rgb(9,131,142); }

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