Html Css Color HEX #09848A Dark Cyan

📋 copy color: '#09848A'

red 9 ◦ green 132 ◦ blue 138

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

Shades of Dark Cyan #09848A

Tints of Dark Cyan #09848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

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

R = 3.23%
G = 47.31%
B = 49.46%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09848A (or 0x09848A) is known color: Dark Cyan. HEX triplet: 09, 84 and 8A. RGB value is (9,132,138). Sum of RGB (Red+Green+Blue) = 9+132+138=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #09848A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09848A is #F67B75. Grayscale: #5F5F5F. Windows color (decimal): -16153462 or 9077769. OLE color: 9077769.

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

Color convert

RGB 9 132 138 -
CMYK 0.93 0.04 0 0.46
HSL 182.79º 0.88% 0.29% -
HSV(B) 182.79º 0.93% 0.54% -
XYZ 12.95 18.4 26.91 -
YUV 95.91 151.75 66.01 -
System Red Green Blue C M Y K H S L
Decimal 9 132 138 0.93 0.04 0 0.46 182.79 0.88 0.29
Hex 9 84 8A 5D 4 0 2E B7 58 1D
Octal 11 204 212 135 4 0 56 267 130 35
Binary 1001 10000100 10001010 1011101 100 0 101110 10110111 1011000 11101

Color Harmonies of #09848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09848A

Black with #09848A

Text Example


Text Example

White with #09848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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