Html Css Color HEX #09898A Dark Cyan

📋 copy color: '#09898A'

red 9 ◦ green 137 ◦ blue 138

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

Shades of Dark Cyan #09898A

Tints of Dark Cyan #09898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.24%

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

R = 3.17%
G = 48.24%
B = 48.59%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09898A (or 0x09898A) is known color: Dark Cyan. HEX triplet: 09, 89 and 8A. RGB value is (9,137,138). Sum of RGB (Red+Green+Blue) = 9+137+138=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #09898A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09898A is #F67675. Grayscale: #626262. Windows color (decimal): -16152182 or 9079049. OLE color: 9079049.

HSL color Cylindrical-coordinate representation of color #09898A: hue angle of 180.47º 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 #09898A is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 138 -
CMYK 0.93 0.01 0 0.46
HSL 180.47º 0.88% 0.29% -
HSV(B) 180.47º 0.93% 0.54% -
XYZ 13.65 19.78 27.14 -
YUV 98.84 150.09 63.92 -
System Red Green Blue C M Y K H S L
Decimal 9 137 138 0.93 0.01 0 0.46 180.47 0.88 0.29
Hex 9 89 8A 5D 1 0 2E B4 58 1D
Octal 11 211 212 135 1 0 56 264 130 35
Binary 1001 10001001 10001010 1011101 1 0 101110 10110100 1011000 11101

Color Harmonies of #09898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09898A

Black with #09898A

Text Example


Text Example

White with #09898A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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