Html Css Color HEX #0F838D Dark Cyan

📋 copy color: '#0F838D'

red 15 ◦ green 131 ◦ blue 141

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

Shades of Dark Cyan #0F838D

Tints of Dark Cyan #0F838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 5.23%
G = 45.64%
B = 49.13%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F838D (or 0x0F838D) is known color: Dark Cyan. HEX triplet: 0F, 83 and 8D. RGB value is (15,131,141). Sum of RGB (Red+Green+Blue) = 15+131+141=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F838D is #F07C72. Grayscale: #616161. Windows color (decimal): -15760499 or 9274127. OLE color: 9274127.

HSL color Cylindrical-coordinate representation of color #0F838D: hue angle of 184.76º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F838D is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 131 141 -
CMYK 0.89 0.07 0 0.45
HSL 184.76º 0.81% 0.31% -
HSV(B) 184.76º 0.89% 0.55% -
XYZ 13.12 18.26 28.03 -
YUV 97.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 15 131 141 0.89 0.07 0 0.45 184.76 0.81 0.31
Hex F 83 8D 59 7 0 2D B9 51 1F
Octal 17 203 215 131 7 0 55 271 121 37
Binary 1111 10000011 10001101 1011001 111 0 101101 10111001 1010001 11111

Color Harmonies of #0F838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F838D

Black with #0F838D

Text Example


Text Example

White with #0F838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,131,141); }

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

background-color css

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

 a { background-color: rgb(15,131,141); }

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

border-color css

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

 span { border-color: rgb(15,131,141); }

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