Html Css Color HEX #09818A Dark Cyan

📋 copy color: '#09818A'

red 9 ◦ green 129 ◦ blue 138

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

Shades of Dark Cyan #09818A

Tints of Dark Cyan #09818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50%

R = 3.26%
G = 46.74%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09818A (or 0x09818A) is known color: Dark Cyan. HEX triplet: 09, 81 and 8A. RGB value is (9,129,138). Sum of RGB (Red+Green+Blue) = 9+129+138=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #09818A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09818A is #F67E75. Grayscale: #5D5D5D. Windows color (decimal): -16154230 or 9077001. OLE color: 9077001.

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

Color convert

RGB 9 129 138 -
CMYK 0.93 0.07 0 0.46
HSL 184.19º 0.88% 0.29% -
HSV(B) 184.19º 0.93% 0.54% -
XYZ 12.55 17.59 26.78 -
YUV 94.15 152.74 67.27 -
System Red Green Blue C M Y K H S L
Decimal 9 129 138 0.93 0.07 0 0.46 184.19 0.88 0.29
Hex 9 81 8A 5D 7 0 2E B8 58 1D
Octal 11 201 212 135 7 0 56 270 130 35
Binary 1001 10000001 10001010 1011101 111 0 101110 10111000 1011000 11101

Color Harmonies of #09818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09818A

Black with #09818A

Text Example


Text Example

White with #09818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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