Html Css Color HEX #097F90 Dark Cyan

📋 copy color: '#097F90'

red 9 ◦ green 127 ◦ blue 144

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

Shades of Dark Cyan #097F90

Tints of Dark Cyan #097F90

RGB

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

 GREEN value IS 127 (50% from 255) = 45.36%

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 3.21%
G = 45.36%
B = 51.43%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#097F90 (or 0x097F90) is known color: Dark Cyan. HEX triplet: 09, 7F and 90. RGB value is (9,127,144). Sum of RGB (Red+Green+Blue) = 9+127+144=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #097F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F90 is #F6806F. Grayscale: #5D5D5D. Windows color (decimal): -16154736 or 9469705. OLE color: 9469705.

HSL color Cylindrical-coordinate representation of color #097F90: hue angle of 187.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097F90 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 127 144 -
CMYK 0.94 0.12 0 0.44
HSL 187.56º 0.88% 0.3% -
HSV(B) 187.56º 0.94% 0.56% -
XYZ 12.74 17.25 29.04 -
YUV 93.66 156.41 67.62 -
System Red Green Blue C M Y K H S L
Decimal 9 127 144 0.94 0.12 0 0.44 187.56 0.88 0.3
Hex 9 7F 90 5E C 0 2C BC 58 1E
Octal 11 177 220 136 14 0 54 274 130 36
Binary 1001 1111111 10010000 1011110 1100 0 101100 10111100 1011000 11110

Color Harmonies of #097F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097F90

Black with #097F90

Text Example


Text Example

White with #097F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097F90; }

 p { color: rgb(9,127,144); }

 H1.HeaderClassName
 {
   color: #097F90;
 }
 .AnyTagClassName
 {
   color: #097F90;
 }
</style>

background-color css

<style>
 a { background-color: #097F90; }

 a { background-color: rgb(9,127,144); }

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

border-color css

<style>
 span { border-color: #097F90; }

 span { border-color: rgb(9,127,144); }

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