Html Css Color HEX #0F9398 Dark Cyan

📋 copy color: '#0F9398'

red 15 ◦ green 147 ◦ blue 152

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

Shades of Dark Cyan #0F9398

Tints of Dark Cyan #0F9398

RGB

 RED value IS 15 (6.25% from 255) = 4.78%

 GREEN value IS 147 (57.81% from 255) = 46.82%

 BLUE value IS 152 (59.77% from 255) = 48.41%

R = 4.78%
G = 46.82%
B = 48.41%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F9398 (or 0x0F9398) is known color: Dark Cyan. HEX triplet: 0F, 93 and 98. RGB value is (15,147,152). Sum of RGB (Red+Green+Blue) = 15+147+152=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F9398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9398 is #F06C67. Grayscale: #6B6B6B. Windows color (decimal): -15756392 or 9999119. OLE color: 9999119.

HSL color Cylindrical-coordinate representation of color #0F9398: hue angle of 182.19º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9398 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 147 152 -
CMYK 0.90 0.03 0 0.40
HSL 182.19º 0.82% 0.33% -
HSV(B) 182.19º 0.9% 0.6% -
XYZ 16.3 23.24 33.33 -
YUV 108.1 152.77 61.59 -
System Red Green Blue C M Y K H S L
Decimal 15 147 152 0.90 0.03 0 0.40 182.19 0.82 0.33
Hex F 93 98 5A 3 0 28 B6 52 21
Octal 17 223 230 132 3 0 50 266 122 41
Binary 1111 10010011 10011000 1011010 11 0 101000 10110110 1010010 100001

Color Harmonies of #0F9398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9398

Black with #0F9398

Text Example


Text Example

White with #0F9398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F9398; }

 p { color: rgb(15,147,152); }

 H1.HeaderClassName
 {
   color: #0F9398;
 }
 .AnyTagClassName
 {
   color: #0F9398;
 }
</style>

background-color css

<style>
 a { background-color: #0F9398; }

 a { background-color: rgb(15,147,152); }

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

border-color css

<style>
 span { border-color: #0F9398; }

 span { border-color: rgb(15,147,152); }

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