Html Css Color HEX #09818C Dark Cyan

📋 copy color: '#09818C'

red 9 ◦ green 129 ◦ blue 140

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

Shades of Dark Cyan #09818C

Tints of Dark Cyan #09818C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 3.24%
G = 46.4%
B = 50.36%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09818C (or 0x09818C) is known color: Dark Cyan. HEX triplet: 09, 81 and 8C. RGB value is (9,129,140). Sum of RGB (Red+Green+Blue) = 9+129+140=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #09818C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09818C is #F67E73. Grayscale: #5E5E5E. Windows color (decimal): -16154228 or 9208073. OLE color: 9208073.

HSL color Cylindrical-coordinate representation of color #09818C: hue angle of 185.04º 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 #09818C is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 129 140 -
CMYK 0.94 0.08 0 0.45
HSL 185.04º 0.88% 0.29% -
HSV(B) 185.04º 0.94% 0.55% -
XYZ 12.7 17.65 27.55 -
YUV 94.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 9 129 140 0.94 0.08 0 0.45 185.04 0.88 0.29
Hex 9 81 8C 5E 8 0 2D B9 58 1D
Octal 11 201 214 136 10 0 55 271 130 35
Binary 1001 10000001 10001100 1011110 1000 0 101101 10111001 1011000 11101

Color Harmonies of #09818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09818C

Black with #09818C

Text Example


Text Example

White with #09818C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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