Html Css Color HEX #0C8360 Deep Sea

📋 copy color: '#0C8360'

red 12 ◦ green 131 ◦ blue 96

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

Shades of Deep Sea #0C8360

Tints of Deep Sea #0C8360

RGB

 RED value IS 12 (5.08% from 255) = 5.02%

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

 BLUE value IS 96 (37.89% from 255) = 40.17%

R = 5.02%
G = 54.81%
B = 40.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#0C8360 (or 0x0C8360) is known color: Deep Sea. HEX triplet: 0C, 83 and 60. RGB value is (12,131,96). Sum of RGB (Red+Green+Blue) = 12+131+96=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #0C8360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8360 is #F37C9F. Grayscale: #5B5B5B. Windows color (decimal): -15957152 or 6325004. OLE color: 6325004.

HSL color Cylindrical-coordinate representation of color #0C8360: hue angle of 162.35º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8360 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 131 96 -
CMYK 0.91 0 0.27 0.49
HSL 162.35º 0.83% 0.28% -
HSV(B) 162.35º 0.91% 0.51% -
XYZ 10.38 17.16 13.83 -
YUV 91.43 130.58 71.35 -
System Red Green Blue C M Y K H S L
Decimal 12 131 96 0.91 0 0.27 0.49 162.35 0.83 0.28
Hex C 83 60 5B 0 1B 31 A2 53 1C
Octal 14 203 140 133 0 33 61 242 123 34
Binary 1100 10000011 1100000 1011011 0 11011 110001 10100010 1010011 11100

Color Harmonies of #0C8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8360

Black with #0C8360

Text Example


Text Example

White with #0C8360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,131,96); }

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

background-color css

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

 a { background-color: rgb(12,131,96); }

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

border-color css

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

 span { border-color: rgb(12,131,96); }

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