Html Css Color HEX #09818B Dark Cyan

📋 copy color: '#09818B'

red 9 ◦ green 129 ◦ blue 139

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

Shades of Dark Cyan #09818B

Tints of Dark Cyan #09818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

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

R = 3.25%
G = 46.57%
B = 50.18%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09818B (or 0x09818B) is known color: Dark Cyan. HEX triplet: 09, 81 and 8B. RGB value is (9,129,139). Sum of RGB (Red+Green+Blue) = 9+129+139=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #09818B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09818B is #F67E74. Grayscale: #5E5E5E. Windows color (decimal): -16154229 or 9142537. OLE color: 9142537.

HSL color Cylindrical-coordinate representation of color #09818B: hue angle of 184.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09818B is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 129 139 -
CMYK 0.94 0.07 0 0.45
HSL 184.62º 0.88% 0.29% -
HSV(B) 184.62º 0.94% 0.55% -
XYZ 12.62 17.62 27.16 -
YUV 94.26 153.24 67.19 -
System Red Green Blue C M Y K H S L
Decimal 9 129 139 0.94 0.07 0 0.45 184.62 0.88 0.29
Hex 9 81 8B 5E 7 0 2D B9 58 1D
Octal 11 201 213 136 7 0 55 271 130 35
Binary 1001 10000001 10001011 1011110 111 0 101101 10111001 1011000 11101

Color Harmonies of #09818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09818B

Black with #09818B

Text Example


Text Example

White with #09818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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