Html Css Color HEX #0F836C Deep Sea

📋 copy color: '#0F836C'

red 15 ◦ green 131 ◦ blue 108

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

Shades of Deep Sea #0F836C

Tints of Deep Sea #0F836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 5.91%
G = 51.57%
B = 42.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#0F836C (or 0x0F836C) is known color: Deep Sea. HEX triplet: 0F, 83 and 6C. RGB value is (15,131,108). Sum of RGB (Red+Green+Blue) = 15+131+108=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #0F836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F836C is #F07C93. Grayscale: #5D5D5D. Windows color (decimal): -15760532 or 7111439. OLE color: 7111439.

HSL color Cylindrical-coordinate representation of color #0F836C: hue angle of 168.1º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F836C is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 131 108 -
CMYK 0.89 0 0.18 0.49
HSL 168.1º 0.79% 0.29% -
HSV(B) 168.1º 0.89% 0.51% -
XYZ 11.02 17.42 16.97 -
YUV 93.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 15 131 108 0.89 0 0.18 0.49 168.1 0.79 0.29
Hex F 83 6C 59 0 12 31 A8 4F 1D
Octal 17 203 154 131 0 22 61 250 117 35
Binary 1111 10000011 1101100 1011001 0 10010 110001 10101000 1001111 11101

Color Harmonies of #0F836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F836C

Black with #0F836C

Text Example


Text Example

White with #0F836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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